返回此映射是否被视为等于另一个映射。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function Equals ( _
other As MappingInfo _
) As Boolean
用法
Dim instance As MappingInfo
Dim other As MappingInfo
Dim returnValue As Boolean
returnValue = instance.Equals(other)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public bool Equals(
MappingInfo other
)
参数
other
类型:Microsoft.Office.Server.Search.Administration.MappingInfo要比较的映射。
返回值
类型:System.Boolean
[true] 如果映射被视为相等。