Skip to content

M_CodeJam_Ranges_Range_2_Equals

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

Range(T, TKey).Equals Method (Range(T, TKey))

Indicates whether the current range is equal to another.

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

Syntax

C#

public bool Equals(
	Range<T, TKey> other
)

VB

Public Function Equals ( 
	other As Range(Of T, TKey)
) As Boolean

F#

abstract Equals : 
        other : Range<'T, 'TKey> -> bool 
override Equals : 
        other : Range<'T, 'TKey> -> bool 

Parameters

 

other
Type: CodeJam.Ranges.Range(T, TKey)
An range to compare with this.

Return Value

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

Implements

IEquatable(T).Equals(T)

See Also

Reference

Range(T, TKey) Structure
Equals Overload
CodeJam.Ranges Namespace

Clone this wiki locally