DirectiveCollection.Contains(String) Method

Definition

Gets a value determining whether a directive with the specified name was parsed.

public:
 bool Contains(System::String ^ name);
public bool Contains (string name);
member this.Contains : string -> bool
Public Function Contains (name As String) As Boolean

Parameters

name
String

The name of the directive.

Returns

true if a directive with the specified name was parsed; otherwise, false.

Applies to