nspectre - declarative validation for .NET

SpecificationBase Inequality Operator 

The overloaded inequality operator.

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

Parameters

x
The left hand side
y
The right hand side

Return Value

False if the left and right hand sides are equal, otherwise true.

See Also

SpecificationBase Class | NSpectre.Core.Configuration Namespace