Skip to content

M_CodeJam_Collections_IndexedItem_1_Equals_1

andrewvk edited this page Jun 23, 2016 · 5 revisions

IndexedItem(T).Equals Method (Object)

Indicates whether this instance and a specified object are equal.

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

Syntax

C#

public override bool Equals(
	Object obj
)

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

F#

abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 

Parameters

 

obj
Type: System.Object
The object to compare with the current instance.

Return Value

Type: Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.

See Also

Reference

IndexedItem(T) Structure
Equals Overload
CodeJam.Collections Namespace

Clone this wiki locally