Skip to content

M_CodeJam_Ranges_CompositeRange_2_Equals

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

CompositeRange(T, TKey).Equals Method (CompositeRange(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(
	CompositeRange<T, TKey> other
)

VB

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

F#

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

Parameters

 

other
Type: CodeJam.Ranges.CompositeRange(T, TKey)
A 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

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

Clone this wiki locally