There was an error while loading. Please reload this page.
Indicates whether the current range is equal to another.
Namespace: CodeJam.RangesAssembly: 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
Type: BooleanTrue if the current range is equal to the other parameter; otherwise, false.
True
IEquatable(T).Equals(T)
Range(T, TKey) StructureEquals OverloadCodeJam.Ranges Namespace