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

Return Value

Type: System.Boolean

Remarks

Returns a Boolean.

See Also

Reference

Microsoft.SharePoint.JSGrid Namespace