ExactTypeConstraint.Matches(Object) Method

Definition

Test that an object is of the exact type specified

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

Parameters

actual
Object

The actual value.

Returns

True if the tested object is of the exact type provided, otherwise false.

Applies to