ManagedPropertyInfo.Equals method (ManagedPropertyInfo)
Determines whether this object is considered equal to another ManagedPropertyInfo object.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Equals ( _
other As ManagedPropertyInfo _
) As Boolean
'Usage
Dim instance As ManagedPropertyInfo
Dim other As ManagedPropertyInfo
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
ManagedPropertyInfo other
)
Parameters
other
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoThe object to compare to.
Return value
Type: System.Boolean
[true] if the objects are considered equal; otherwise [false].