| ListRowValueComparerCompare Method |
Compares two row values.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public int Compare(
string firstValue,
string secondValue
)
Public Function Compare (
firstValue As String,
secondValue As String
) As Integer
Parameters
- firstValue
- Type: SystemString
First row value. - secondValue
- Type: SystemString
Second row value.
Return Value
Type:
Int32Implements
IComparerTCompare(T, T)Remarks See Also