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)
Available in Sandboxed Solutions: No

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