-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_OneOf_7_Equals
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
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 abstract bool Equals(
OneOf<T1, T2, T3, T4, T5, T6, T7> other
)
VB
Public MustOverride Function Equals (
other As OneOf(Of T1, T2, T3, T4, T5, T6, T7)
) As Boolean
F#
abstract Equals :
other : OneOf<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7> -> bool
Type: Booleantrue
(True
in Visual Basic) if the current object is equal to the other parameter; otherwise, false
(False
in Visual Basic).
OneOf(T1, T2, T3, T4, T5, T6, T7) Class
Equals Overload
CodeJam Namespace