nspectre - declarative validation for .NET

Message Inequality Operator 

Compares two Messages.

public static bool operator !=(
   Message left,
   Message right
);

Parameters

left
The NSpectre.Core.Log.Message on the left hand side of the comparison.
right
The NSpectre.Core.Log.Message on the right hand side of the comparison.

Return Value

True if the messages are not equal, false otherwise.

See Also

Message Class | NSpectre.Core.Log Namespace