There was an error while loading. Please reload this page.
Indicates whether the current range and a specified object are equal.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public override bool Equals( Object obj )
VB
Public Overrides Function Equals ( obj As Object ) As Boolean
F#
abstract Equals : obj : Object -> bool override Equals : obj : Object -> bool
Type: BooleanTrue if obj and the current range are the same type and represent the same value; otherwise, false.
True
Range(T, TKey) StructureEquals OverloadCodeJam.Ranges Namespace