SPProxyOperationType.Equals-Methode (SPProxyOperationType)
Gibt einen Boolean-Wert zurück, der angibt, ob der Proxy-Vorgangstyp Assembly, und geben denselben Namen hat.
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
)
Parameter
other
Typ: Microsoft.SharePoint.UserCode.SPProxyOperationTypeEin Vorgangstyp den Typ der Proxy Operation verglichen werden soll.
Rückgabewert
Typ: System.Boolean
true Wenn die Vorgangstypen gleichwertig sind; andernfalls false.