Click or drag to resize

EdgeTypeEquals Method

Compares two edge types by id

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool Equals(
	EdgeType x,
	EdgeType y
)

Parameters

x
Type: VelocityGraphEdgeType
edge type 1
y
Type: VelocityGraphEdgeType
edge type 2

Return Value

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

Implements

IEqualityComparerTEquals(T, T)
See Also