Method Equals
Equals(BaseEntity?)
Compares the current entity with another for equality.
public virtual bool Equals(BaseEntity? other)
Parameters
other
BaseEntityThe other entity to compare with.
Returns
- bool
True if the entities are equal, false otherwise.