-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_ValueOneOf_8_Equals
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
ValueOneOf(T1, T2, T3, T4, T5, T6, T7, T8).Equals Method (ValueOneOf(T1, T2, T3, T4, T5, T6, T7, T8))
Indicates whether the current object is equal to another object of the same type.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool Equals(
ValueOneOf<T1, T2, T3, T4, T5, T6, T7, T8> other
)
VB
Public Function Equals (
other As ValueOneOf(Of T1, T2, T3, T4, T5, T6, T7, T8)
) As Boolean
F#
abstract Equals :
other : ValueOneOf<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8> -> bool
override Equals :
other : ValueOneOf<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8> -> bool
- other
- Type: CodeJam.ValueOneOf(T1, T2, T3, T4, T5, T6, T7, T8)
An object to compare with this object.
Type: Booleantrue
(True
in Visual Basic) if the current object is equal to the other parameter; otherwise, false
(False
in Visual Basic).
ValueOneOf(T1, T2, T3, T4, T5, T6, T7, T8) Structure
Equals Overload
CodeJam Namespace