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
)
参数
other
类型:Microsoft.SharePoint.UserCode.SPProxyOperationType操作类型与代理操作类型进行比较。
返回值
类型:System.Boolean
true如果操作类型等效 ;否则为false.