BaseDecodeType.ContainsAny

BaseDecodeType.ContainsAny method

Determines whether any of the given decode types is included into

public abstract bool ContainsAny(params BaseDecodeType[] types)
ParameterTypeDescription
typesBaseDecodeType[]Types to verify

Return Value

Value is a true if any types are included into

See Also