-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_Range_2_Equals
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Indicates whether the current range is equal to another.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool Equals(
Range<T, TKey> other
)
VB
Public Function Equals (
other As Range(Of T, TKey)
) As Boolean
F#
abstract Equals :
other : Range<'T, 'TKey> -> bool
override Equals :
other : Range<'T, 'TKey> -> bool
- other
- Type: CodeJam.Ranges.Range(T, TKey)
An range to compare with this.
Type: BooleanTrue
if the current range is equal to the other parameter; otherwise, false.
Range(T, TKey) Structure
Equals Overload
CodeJam.Ranges Namespace