VertexEquals Method (Vertex, Vertex) |
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(
Vertex x,
Vertex y
)
Public Function Equals (
x As Vertex,
y As Vertex
) As Boolean
public:
virtual bool Equals(
Vertex^ x,
Vertex^ y
) sealed
abstract Equals :
x : Vertex *
y : Vertex -> bool
override Equals :
x : Vertex *
y : Vertex -> bool
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:
Booleantrue if the specified objects are equal; otherwise, false.
Implements
IEqualityComparerTEquals(T, T)
See Also