ManagedPropertyInfo.Equals-Methode (ManagedPropertyInfo)
Bestimmt, ob dieses Objekt gleich einem anderen Objekt für ManagedPropertyInfo betrachtet wird.
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
)
Parameter
other
Typ: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoDas zu vergleichende Objekt.
Rückgabewert
Typ: System.Boolean
[true] Wenn die Objekte als gleich betrachtet werden; andernfalls [false].