Skip to content

CandidateConnectedVertex Methods

Provides the base class for value types.

Equals(object)

override
View source
public override bool Equals(object obj)
Indicates whether this instance and a specified object are equal.

Parameters

objobject
The object to compare with the current instance.

Returns

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode

override
View source
public override int GetHashCode()
Returns the hash code for this instance.

Returns

A 32-bit signed integer that is the hash code for this instance.

ToString

override
View source
public override string ToString()
Returns the fully qualified type name of this instance.

Returns

The fully qualified type name.