Share via


SPPersistedObject.Equals method

Determines whether the current persisted object equals the specified object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

public override bool Equals(
    Object obj
)

Parameters

  • obj
    Type: System.Object

    An object that represents the object with which to compare the current persisted object.

Return value

Type: System.Boolean
true if the specified objects are equal; otherwise, false.

See also

Reference

SPPersistedObject class

SPPersistedObject members

Microsoft.SharePoint.Administration namespace