Equals Method
Definition
Equals(ValueObject)
Indicates whether the current object is equal to another object of the same type.
public virtual bool Equals(ValueObject other)
Parameters
otherValueObjectAn object to compare with this object.
Indicates whether the current object is equal to another object of the same type.
public virtual bool Equals(ValueObject other)
other ValueObjectAn object to compare with this object.