DelayedConstraint.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) | |
Matches<T>(ActualValueDelegate<T>) | |
Matches<T>(T) |
Matches(Object)
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