There was an error while loading. Please reload this page.
Indicates whether the current boundary 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 boundary are the same type and represent the same value; otherwise, false.
True
RangeBoundaryTo(T) StructureEquals OverloadCodeJam.Ranges Namespace