SPProxyOperationType.Equals 方法 (SPProxyOperationType)

返回一个布尔值,该值指示代理操作类型是否具有相同的程序集和类型名称。

命名空间:  Microsoft.SharePoint.UserCode
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function Equals ( _
    other As SPProxyOperationType _
) As Boolean
用法
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
)

参数

返回值

类型:System.Boolean
true如果操作类型等效 ;否则为false.

实现

IEquatable<T>.Equals(T)

另请参阅

引用

SPProxyOperationType 类

SPProxyOperationType 成员

Equals 重载

Microsoft.SharePoint.UserCode 命名空间