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> other )
VB
Public Function Equals ( other As Range(Of T) ) As Boolean
F#
abstract Equals : other : Range<'T> -> bool override Equals : other : Range<'T> -> bool
Type: BooleanTrue if the current range is equal to the other parameter; otherwise, false.
True
IEquatable(T).Equals(T)
Range(T) StructureEquals OverloadCodeJam.Ranges Namespace