PhraseKey.Equals method
Determines whether the current PhraseKey is equal to the specified object.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
other As Object _
) As Boolean
'Usage
Dim instance As PhraseKey
Dim other As Object
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public override bool Equals(
Object other
)
Parameters
other
Type: System.ObjectThe phrase key to compare with the current PhraseKey.
Return value
Type: System.Boolean
true if the phrase keys are equal; otherwise, false.
Remarks
This method returns true only if the property values of Phrase and Mapping are equal; otherwise, it returns false.