PropertyUpdate.Equality(PropertyUpdate, PropertyUpdate) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.