Skip to content

M_CodeJam_Ranges_RangeBoundaryFrom_1_Equals

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

RangeBoundaryFrom(T).Equals Method (RangeBoundaryFrom(T))

Indicates whether the current boundary is equal to another.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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 

Parameters

 

other
Type: CodeJam.Ranges.RangeBoundaryFrom(T)
The boundary to compare with this.

Return Value

Type: Boolean
True if the current boundary is equal to the other parameter; otherwise, false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

RangeBoundaryFrom(T) Structure
Equals Overload
CodeJam.Ranges Namespace

Clone this wiki locally