Edit

Share via


DelayedConstraint.Matches Method

Definition

Overloads

Matches(Object)
Matches<T>(ActualValueDelegate<T>)
Matches<T>(T)

Matches(Object)

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

Parameters

actual
Object

Returns

Applies to

Matches<T>(ActualValueDelegate<T>)

public override bool Matches<T> (NUnit.Framework.Constraints.ActualValueDelegate<T> del);
override this.Matches : NUnit.Framework.Constraints.ActualValueDelegate<'T> -> bool

Type Parameters

T

Parameters

Returns

Applies to

Matches<T>(T)

public override bool Matches<T> (ref T actual);
override this.Matches :  -> bool

Type Parameters

T

Parameters

actual
T

Returns

Applies to