There was an error while loading. Please reload this page.
Indicates whether the current boundary is equal to another.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool Equals( RangeBoundaryTo<T> other )
VB
Public Function Equals ( other As RangeBoundaryTo(Of T) ) As Boolean
F#
abstract Equals : other : RangeBoundaryTo<'T> -> bool override Equals : other : RangeBoundaryTo<'T> -> bool
Type: BooleanTrue if the current boundary is equal to the other parameter; otherwise, false.
True
IEquatable(T).Equals(T)
RangeBoundaryTo(T) StructureEquals OverloadCodeJam.Ranges Namespace