There was an error while loading. Please reload this page.
Indicates whether the current object is equal to another object of the same type.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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
Type: Booleantrue if the current object is equal to the other parameter; otherwise, false.
IEquatable(T).Equals(T)
IndexedItem(T) StructureEquals OverloadCodeJam.Collections Namespace