AtomsFramework Persistence Layer Reference Guide

IPersistableObject.Equals Method 

[This is preliminary documentation and subject to change.]

Determines if another object is equivalent to the current object.

[Visual Basic]
Function Equals( _
   ByVal obj As IPersistableObject _
) As Boolean
[C#]
bool Equals(
   IPersistableObject obj
);

Parameters

obj
The object to compare with

Return Value

A boolean indicating equality

Remarks

See Also

IPersistableObject Interface | AtomsFramework Namespace