Skip to content

M_CodeJam_Ranges_CompositeRange_1_Equals

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

CompositeRange(T).Equals Method (CompositeRange(T))

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> other
)

VB

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

F#

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

Parameters

 

other
Type: CodeJam.Ranges.CompositeRange(T)
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) Structure
Equals Overload
CodeJam.Ranges Namespace

Clone this wiki locally