NodeId.Equality(NodeId, NodeId) 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.
public static bool operator ==(System.Fabric.NodeId value1, System.Fabric.NodeId value2);
static member ( = ) : System.Fabric.NodeId * System.Fabric.NodeId -> bool
Public Shared Operator == (value1 As NodeId, value2 As NodeId) As Boolean
Parameters
- value1
- NodeId
- value2
- NodeId
Returns
System.Boolean