PropertyExistsConstraint.Matches(Object) Method

Definition

Test whether the property exists for a given object

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

Parameters

actual
Object

The object to be tested

Returns

True for success, false for failure

Applies to