RefinerConfiguration.Equals method (Object)
Determines whether this object 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 ( _
obj As Object _
) As Boolean
'Usage
Dim instance As RefinerConfiguration
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
obj
Type: System.ObjectThe object to compare with.
Return value
Type: System.Boolean
if this object is equal to the specified object; otherwise, [false].