nspectre - declarative validation for .NET

SpecificationBase Equality Operator 

The overloaded equality operator.

public static bool operator ==(
   SpecificationBase x,
   object y
);

Parameters

x
The left hand side
y
The right hand side

Return Value

True if the left and right hand sides are equal, otherwise false.

See Also

SpecificationBase Class | NSpectre.Core.Configuration Namespace