Share via


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

Return value

Type: System.Boolean
[true] if the objects are considered equal; otherwise [false].

Implements

IEquatable<T>.Equals(T)

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Equals overload

Microsoft.Office.Server.Search.Administration namespace