Constraint.Matches Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Matches(Object) |
Test whether the constraint is satisfied by a given value |
Matches<T>(T) | |
Matches<T>(ActualValueDelegate<T>) |
Matches(Object)
Matches<T>(T)
public virtual bool Matches<T> (ref T actual);
abstract member Matches : -> bool
override this.Matches : -> bool
Type Parameters
- T
Parameters
- actual
- T
Returns
Applies to
Matches<T>(ActualValueDelegate<T>)
public virtual bool Matches<T> (NUnit.Framework.Constraints.ActualValueDelegate<T> del);
abstract member Matches : NUnit.Framework.Constraints.ActualValueDelegate<'T> -> bool
override this.Matches : NUnit.Framework.Constraints.ActualValueDelegate<'T> -> bool
Type Parameters
- T