NodeEquals(Object) Method

Determines whether the specified Object is equal to the current Node.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The Object to compare with the current Node.

Return Value

Boolean
true if the specified Object is equal to the current Node; otherwise, false.

Remarks

If obj is not a Node or implicitly convertible into one, Equals returns false.

See Also