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.
Determines whether two NodeId objects have the same value.
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
Returns
Returns a Boolean value that is true
if the objects are equivalent;
otherwise false
.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET