nspectre - declarative validation for .NET

Message.Equals Method 

Determines whether the specified System.Object is equal to the current NSpectre.Core.Log.Message.

public override bool Equals(
   object obj
);

Parameters

obj
The System.Object to compare with the current NSpectre.Core.Log.Message.

Return Value

true if the specified System.Object is equal to the current NSpectre.Core.Log.Message; otherwise, false.

See Also

Message Class | NSpectre.Core.Log Namespace