CrawledPropertyInfo.Equals method (CrawledPropertyInfo)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Equals ( _
other As CrawledPropertyInfo _
) As Boolean
'Usage
Dim instance As CrawledPropertyInfo
Dim other As CrawledPropertyInfo
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
CrawledPropertyInfo other
)
Parameters
Return value
Type: System.Boolean