DomainObjects Class Library

ReplaceNull.Equals Method (ReplaceNull)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(
   ReplaceNull obj
);

Parameters

obj
An object to compare with this object.

Return Value

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

Implements

IEquatable<T>.

See Also

ReplaceNull Class | DomainObjects.Facade.Command.Function Namespace | ReplaceNull.Equals Overload List