Share via


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

Return value

Type: System.Boolean
true if the operation types are equivalent; otherwise, false..

Implements

IEquatable<T>.Equals(T)

See also

Reference

SPProxyOperationType class

SPProxyOperationType members

Equals overload

Microsoft.SharePoint.UserCode namespace