Compares two edge types by id
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public static int Compare(
EdgeType aId,
EdgeType bId
)
Public Shared Function Compare (
aId As EdgeType,
bId As EdgeType
) As Integer
public:
static int Compare(
EdgeType^ aId,
EdgeType^ bId
)
static member Compare :
aId : EdgeType *
bId : EdgeType -> int
Parameters
- aId
- Type: VelocityGraphEdgeType
edge type 1 - bId
- Type: VelocityGraphEdgeType
edge type 2
Return Value
Type:
Int320 if edge types are equal, -1 if aId is less than bId; otherwise 1
See Also