Share via


AlertInfo.Equals method

NOTE: This API is now obsolete.

Determines whether the current AlertInfo object is equal to another object (possibly of unknown type).

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")> _
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
'Usage
Dim instance As AlertInfo
Dim other As Object
Dim returnValue As Boolean

returnValue = instance.Equals(other)
[ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")]
public override bool Equals(
    Object other
)

Parameters

  • other
    Type: System.Object

    An object to compare with the current object.

Return value

Type: System.Boolean
true if the current object is equal to the object that was passed as an argument; otherwise, false.

See also

Reference

AlertInfo class

AlertInfo members

Microsoft.Office.Server.Search.Query namespace