SPProxyOperationType.Equals method (SPProxyOperationType)
Returns a Boolean value indicating whether the proxy operation type has the same assembly and type names.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function Equals ( _
other As SPProxyOperationType _
) As Boolean
'Usage
Dim instance As SPProxyOperationType
Dim other As SPProxyOperationType
Dim returnValue As Boolean
returnValue = instance.Equals(other)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public bool Equals(
SPProxyOperationType other
)
Parameters
other
Type: Microsoft.SharePoint.UserCode.SPProxyOperationTypeAn operation type to compare to the proxy operation type.
Return value
Type: System.Boolean
true if the operation types are equivalent; otherwise, false..