NAnt SDK Documentation - v0.92

EnvironmentVariableCollection.Contains Method

Determines whether a EnvironmentVariable is in the collection.

Overload List

Determines whether a EnvironmentVariable is in the collection.

public bool Contains(EnvironmentVariable);

Determines whether a EnvironmentVariable with the specified value is in the collection.

public bool Contains(string);

See Also

EnvironmentVariableCollection Class | NAnt.Core.Types Namespace