Compares the System.Web.UI.PersistenceModeAttribute object against another object.
true if the objects are considered equal; otherwise, false.
The PersistenceModeAttribute.Equals(object) method first compares the current object with the given object and returns true if they are equal. Otherwise, if the given object is also a System.Web.UI.PersistenceModeAttribute object and is not null, the PersistenceModeAttribute.Mode properties of each object are compared for equality and the result returned.