AndConstraint.Matches(Object) Method

Definition

Apply both member constraints to an actual value, succeeding succeeding only if both of them succeed.

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

Parameters

actual
Object

The actual value

Returns

True if the constraints both succeeded

Applies to