VaultApplicationBaseMethodInfoPriorityComparerTCompare Method |
Compare by priority.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual int Compare(
T l,
T r
)
Public Overridable Function Compare (
l As T,
r As T
) As Integer
public:
virtual int Compare(
T l,
T r
)
Parameters
- l
- Type: T
The left operand for compare operation. - r
- Type: T
The right operand for compare operation.
Return Value
Type:
Int32The comparison result.
Implements
IComparerTCompare(T, T)
See Also