Aracılığıyla paylaş


NodeId.Equals(Object) Method

Definition

Indicates whether this NodeId object and the specified object are equal.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare with the current NodeId.

Returns

Returns a Boolean value that is true if the objects are the same type and represent the same value; otherwise false.

Applies to