NAnt SDK Documentation - v0.92

OptionCollection.Contains Method

Determines whether a Option is in the collection.

Overload List

Determines whether a Option is in the collection.

public bool Contains(Option);

Determines whether a Option for the specified task is in the collection.

public bool Contains(string);

See Also

OptionCollection Class | NAnt.Core.Types Namespace