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
)
Public Function Equals (
x As EdgeType,
y As EdgeType
) As Boolean
public:
virtual bool Equals(
EdgeType^ x,
EdgeType^ y
) sealed
abstract Equals :
x : EdgeType *
y : EdgeType -> bool
override Equals :
x : EdgeType *
y : EdgeType -> bool
Parameters
- x
- Type: VelocityGraphEdgeType
edge type 1 - y
- Type: VelocityGraphEdgeType
edge type 2
Return Value
Type:
Booleantrue if the specified objects are equal; otherwise,
false.
Implements
IEqualityComparerTEquals(T, T)See Also