EdgeEquals Method (Edge, Edge) |
Determines whether the specified objects are equal.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool Equals(
Edge x,
Edge y
)
Public Function Equals (
x As Edge,
y As Edge
) As Boolean
public:
virtual bool Equals(
Edge^ x,
Edge^ y
) sealed
abstract Equals :
x : Edge *
y : Edge -> bool
override Equals :
x : Edge *
y : Edge -> bool
Parameters
- x
- Type: VelocityGraphEdge
The first object of type T to compare. - y
- Type: VelocityGraphEdge
The second object of type T to compare.
Return Value
Type:
Booleantrue if the specified objects are equal; otherwise, false.
Implements
IEqualityComparerTEquals(T, T)
See Also