Click or drag to resize

VertexEquals Method (Vertex, Vertex)

Determines whether the specified objects are equal.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool Equals(
	Vertex x,
	Vertex y
)

Parameters

x
Type: VelocityGraphVertex
The first object of type T to compare.
y
Type: VelocityGraphVertex
The second object of type T to compare.

Return Value

Type: Boolean
if the specified objects are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)
See Also