StringConstraint.Matches Method

Definition

Overloads

Matches(Object)
Matches(String)

Matches(Object)

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

Parameters

actual
Object

Returns

Applies to

Matches(String)

protected abstract bool Matches (string actual);
override this.Matches : string -> bool

Parameters

actual
String

Returns

Applies to