Share via


PropertyUpdate.Inequality(PropertyUpdate, PropertyUpdate) Operator

Definition

Inequality 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 op_Inequality : 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 different.

Applies to