Skip to content

M_CodeJam_Collections_IndexedItem_1_Equals

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

IndexedItem(T).Equals Method (IndexedItem(T))

Indicates whether the current object is equal to another object of the same type.

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

Syntax

C#

public bool Equals(
	IndexedItem<T> other
)

VB

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

F#

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

Parameters

 

other
Type: CodeJam.Collections.IndexedItem(T)
An object to compare with this object.

Return Value

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

Implements

IEquatable(T).Equals(T)

See Also

Reference

IndexedItem(T) Structure
Equals Overload
CodeJam.Collections Namespace

Clone this wiki locally