nspectre - declarative validation for .NET

SpecificationBase.IsEqualTo Method 

Determines whether the specified System.Object is equal to the current instance.

protected virtual bool IsEqualTo(
   object obj
);

Parameters

obj
The System.Object to compare with the current instance.

Return Value

True if the specified System.Object is equal to the current instance; otherwise, false.

See Also

SpecificationBase Class | NSpectre.Core.Configuration Namespace