-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_ValueOneOf_6_Equals
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Indicates whether the current object is equal to another object of the same type.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool Equals(
ValueOneOf<T1, T2, T3, T4, T5, T6> other
)
VB
Public Function Equals (
other As ValueOneOf(Of T1, T2, T3, T4, T5, T6)
) As Boolean
F#
abstract Equals :
other : ValueOneOf<'T1, 'T2, 'T3, 'T4, 'T5, 'T6> -> bool
override Equals :
other : ValueOneOf<'T1, 'T2, 'T3, 'T4, 'T5, 'T6> -> bool
Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.
ValueOneOf(T1, T2, T3, T4, T5, T6) Structure
Equals Overload
CodeJam Namespace