-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_RangeBoundaryFrom_1_Equals
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Indicates whether the current boundary is equal to another.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool Equals(
RangeBoundaryFrom<T> other
)
VB
Public Function Equals (
other As RangeBoundaryFrom(Of T)
) As Boolean
F#
abstract Equals :
other : RangeBoundaryFrom<'T> -> bool
override Equals :
other : RangeBoundaryFrom<'T> -> bool
- other
- Type: CodeJam.Ranges.RangeBoundaryFrom(T)
The boundary to compare with this.
Type: BooleanTrue
if the current boundary is equal to the other parameter; otherwise, false.
RangeBoundaryFrom(T) Structure
Equals Overload
CodeJam.Ranges Namespace