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

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.

See also

Reference

PhraseKey class

PhraseKey members

Microsoft.Office.Server.Search.Administration namespace