NodeEquals(Object) Method
Determines whether the specified
Object is equal to the
current
Node.
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
public override bool Equals(
Object? obj
)
- obj Object
- The Object to compare with the current
Node.
Booleantrue if the specified
Object is equal to the current
Node; otherwise,
false.
If
obj is not a
Node or implicitly
convertible into one,
Equals returns
false.