-
Notifications
You must be signed in to change notification settings - Fork 34
M_CodeJam_Collections_IndexedItem_1_Equals
andrewvk edited this page Jun 23, 2016
·
5 revisions
Indicates whether the current object is equal to another object of the same type.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool Equals(
IndexedItem<T> other
)VB
Public Function Equals (
other As IndexedItem(Of T)
) As BooleanF#
abstract Equals :
other : IndexedItem<'T> -> bool
override Equals :
other : IndexedItem<'T> -> bool
- other
- Type: CodeJam.Collections.IndexedItem(T)
An object to compare with this object.
Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.
IndexedItem(T) Structure
Equals Overload
CodeJam.Collections Namespace