NotConstraint.Matches(Object) Method

Definition

Test whether the constraint is satisfied by a given value

public override bool Matches (object actual);
override this.Matches : obj -> bool

Parameters

actual
Object

The value to be tested

Returns

True for if the base constraint fails, false if it succeeds

Applies to