VertexEquals Method (Object) |
Determines whether the specified
Vertex is equal to the current one.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public override bool Equals(
Object other
)
Public Overrides Function Equals (
other As Object
) As Boolean
public:
virtual bool Equals(
Object^ other
) override
abstract Equals :
other : Object -> bool
override Equals :
other : Object -> bool
Parameters
- other
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise,
false.
See Also