ObjVertex.Equals

Equals(object)

Indicates whether the current object is equal to another object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectAn object to compare with this object.

Return Value

true if the current object is equal to the obj parameter; otherwise, false.

See Also


Equals(ObjVertex)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ObjVertex other)
ParameterTypeDescription
otherObjVertexAn object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

See Also