nspectre - declarative validation for .NET

SpecificationBase.Equals Method 

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

public override bool Equals(
   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