CrawledPropertyInfo.Equals 方法 (CrawledPropertyInfo)
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function Equals ( _
other As CrawledPropertyInfo _
) As Boolean
用法
Dim instance As CrawledPropertyInfo
Dim other As CrawledPropertyInfo
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
CrawledPropertyInfo other
)