FilterComparisonOperator.SingleValueComparer Delegate
A delegate representing a method to compare two values.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Delegate Function SingleValueComparer ( _
dataValue1 As Object, _
dataValue2 As Object, _
utility As IFilterExpressionUtility _
) As Boolean
'Usage
Dim instance As New SingleValueComparer(AddressOf HandlerMethod)
public delegate bool SingleValueComparer(
Object dataValue1,
Object dataValue2,
IFilterExpressionUtility utility
)
Parameters
- dataValue1
Type: System.Object
- dataValue2
Type: System.Object
- utility
Type: Microsoft.SharePoint.JSGrid.IFilterExpressionUtility
Return Value
Type: System.Boolean
Remarks
Returns a Boolean.