Share via


NodeId.Inequality(NodeId, NodeId) Operator

Definition

Determines whether two NodeId objects have different values.

public static bool operator != (System.Fabric.NodeId value1, System.Fabric.NodeId value2);
static member op_Inequality : System.Fabric.NodeId * System.Fabric.NodeId -> bool
Public Shared Operator != (value1 As NodeId, value2 As NodeId) As Boolean

Parameters

value1
NodeId

A NodeId object to compare with value2.

value2
NodeId

A NodeId object to compare with value1.

Returns

Returns a Boolean value that is true if the objects have different values; otherwise false.

Applies to