Persistate API documentation
Equals Method (other)
NamespacesPersistatePersistentEquals(Persistent)

[This is preliminary documentation and is subject to change.]

Determines if this Persistent is equal to another.
Declaration Syntax
C#
public bool Equals(
	Persistent other
)
Parameters
other (Persistent)
The object to equate to this one.
Return Value
True if the other object is the same one as this object.
Remarks
This implements the IEquatable(Persistent) interface.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)