OutputIntents.Contains

OutputIntents.Contains method

Determines whether the collection contains a specific output intent.

public bool Contains(OutputIntent item)
ParameterTypeDescription
itemOutputIntentThe output intent to locate in the collection.

Return Value

true if item is found in the collection; otherwise, false.

See Also