Click or drag to resize

VertexEquals Method (Object)

Determines whether the specified Vertex is equal to the current one.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public override bool Equals(
	Object other
)

Parameters

other
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also