[This is preliminary documentation and is subject to change.]
Determines if this Persistent is equal to another.
| C# |
public bool Equals( Persistent other )
- other (Persistent)
- The object to equate to this one.
True if the other object is the same one as this object.
This implements the IEquatable(Persistent) interface.