Click or drag to resize

EdgeTypeEquals Method

Compares two edge types by id

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.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