Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Equals ( _
other As LookupTypeItem _
) As Boolean
'Usage
Dim instance As LookupTypeItem
Dim other As LookupTypeItem
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
LookupTypeItem other
)
Parameters
- other
Type: Microsoft.SharePoint.JSGrid.LookupTypeItem
Return Value
Type: System.Boolean