Overload List

  NameDescription
Between<(Of <(T>)>)(T, T, T)
Verifies that a test value is between left and right values according to a particular comparer.
Between<(Of <(T>)>)(T, T, T, IComparer<(Of <(T>)>))
Verifies that a test value is between left and right values according to a particular comparer.
Between<(Of <(T>)>)(T, T, T, Comparison<(Of <(T>)>))
Verifies that a test value is between left and right values according to a particular comparer.
Between<(Of <(T>)>)(T, T, T, String, array<Object>[]()[])
Verifies that a test value is between left and right values according to a particular comparer.
Between<(Of <(T>)>)(T, T, T, IComparer<(Of <(T>)>), String, array<Object>[]()[])
Verifies that a test value is between left and right values according to a particular comparer.
Between<(Of <(T>)>)(T, T, T, Comparison<(Of <(T>)>), String, array<Object>[]()[])
Verifies that a test value is between left and right values according to a particular comparer.

See Also