NodeId Class
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.
Class to encapsulate a node ID.
public class NodeId
type NodeId = class
Public Class NodeId
- Inheritance
-
NodeId
Constructors
NodeId(BigInteger, BigInteger) |
Initializes a new NodeId object, with the specified high and low order components. |
Properties
High |
The high order component of the NodeId object. |
Low |
The low order component of the NodeId object. |
Methods
Equals(Object) |
Indicates whether this NodeId object and the specified object are equal. |
GetHashCode() |
Returns the hash code for this NodeId object. |
ToString() |
Creates and returns a string representation of the current node ID. |
TryParse(String, NodeId) |
Converts the string representation of a node ID to its NodeId object equivalent. A return value indicates whether the operation succeeded. |
Operators
Equality(NodeId, NodeId) |
Determines whether two NodeId objects have the same value. |
Inequality(NodeId, NodeId) |
Determines whether two NodeId objects have different values. |
Applies to
Azure SDK for .NET