Equals

ValueObject.Equals method (1 of 2)

Determines whether two object instances are equal.

public override bool Equals(object obj)
parameterdescription
objThe object to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.

See Also


ValueObject.Equals method (2 of 2)

Determines whether two object instances are equal.

public virtual bool Equals(ValueObject other)
parameterdescription
otherThe object to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.

See Also