NodeId.Inequality(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.
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
Returns
Returns a Boolean value that is true
if the objects have different values;
otherwise false
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET