Overload | Description |
---|---|
ContainsAny(Nullable<UInt16>[]) | Returns true if any of the non-null value in values is in this closed range. |
ContainsAny(Nullable<UInt32>[]) | Returns true if any of the non-null value in values is in this closed range. |
ContainsAny(Nullable<Int16>[]) | Returns true if any of the non-null value in values is in this closed range. |
ContainsAny(Nullable<Int32>[]) | Returns true if any of the non-null value in values is in this closed range. |
ContainsAny(UInt16[]) | Returns true if any of the value in values is in this closed range. |
ContainsAny(UInt32[]) | Returns true if any of the value in values is in this closed range. |
ContainsAny(Int16[]) | Returns true if any of the value in values is in this closed range. |
ContainsAny(Int32[]) | Returns true if any of the value in values is in this closed range. |