Compares two vertices according to their unique identifiers.
Declaration Syntax
Public Shared Operator < ( _
v1 As Vertex, _
v2 As Vertex _
) As Boolean
Parameters
- v1 (Vertex)
- The first vertex to compare
- v2 (Vertex)
- The second vertex to compare
Return Value
A boolean indicating whether the first vertex is lower than the second vertex.
Assembly:
FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)