SingleDecodeType.ContainsAny

SingleDecodeType.ContainsAny method

Returns a value indicating whether this instance is included into the list specified.

public override bool ContainsAny(params BaseDecodeType[] types)
ParameterTypeDescription
typesBaseDecodeType[]Array of single and multy decode types

Return Value

Value is a true if any types are included into

See Also