-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_RangeBoundaryTo_1_Equals
andrewvk edited this page Jul 1, 2016
·
3 revisions
Indicates whether the current boundary is equal to another.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool Equals(
RangeBoundaryTo<T> other
)VB
Public Function Equals (
other As RangeBoundaryTo(Of T)
) As BooleanF#
abstract Equals :
other : RangeBoundaryTo<'T> -> bool
override Equals :
other : RangeBoundaryTo<'T> -> bool
- other
- Type: CodeJam.Ranges.RangeBoundaryTo(T)
The boundary to compare with this.
Type: BooleanTrue if the current boundary is equal to the other parameter; otherwise, false.
RangeBoundaryTo(T) Structure
Equals Overload
CodeJam.Ranges Namespace