Skip to content

M_CodeJam_OneOf_6_Equals_1

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

OneOf(T1, T2, T3, T4, T5, T6).Equals Method (Object)

Determines whether the specified object is equal to the current object.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.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 object.

Return Value

Type: Boolean
true (True in Visual Basic) if the specified object is equal to the current object; otherwise, false (False in Visual Basic).

See Also

Reference

OneOf(T1, T2, T3, T4, T5, T6) Class
Equals Overload
CodeJam Namespace

Clone this wiki locally