GridField.Compare Method
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Compare ( _
left As Object, _
right As Object, _
strict As Boolean _
) As Integer
'Usage
Dim instance As GridField
Dim left As Object
Dim right As Object
Dim strict As Boolean
Dim returnValue As Integer
returnValue = instance.Compare(left, right, _
strict)
public int Compare(
Object left,
Object right,
bool strict
)
Parameters
left
Type: System.ObjectStart from the left.
right
Type: System.ObjectStart from the right.
strict
Type: System.BooleanPerform a strict comparison.
Return Value
Type: System.Int32
Returns Int32.