Share via


PropertyUpdate.Equality(PropertyUpdate, PropertyUpdate) Operator

Definition

Equality comparison operator.

public:
 static bool operator ==(Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate left, Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate right);
public static bool operator == (Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate left, Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate right);
static member ( = ) : Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate * Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate -> bool
Public Shared Operator == (left As PropertyUpdate, right As PropertyUpdate) As Boolean

Parameters

left
PropertyUpdate

Left operand.

right
PropertyUpdate

Right operand.

Returns

true if the left and right operand are equivalent.

Applies to