We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Indicates whether the current object is equal to another object of the same type.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public abstract bool Equals( OneOf<T1, T2, T3, T4, T5> other )
VB
Public MustOverride Function Equals ( other As OneOf(Of T1, T2, T3, T4, T5) ) As Boolean
F#
abstract Equals : other : OneOf<'T1, 'T2, 'T3, 'T4, 'T5> -> bool
Type: Booleantrue (True in Visual Basic) if the current object is equal to the other parameter; otherwise, false (False in Visual Basic).
true
True
false
False
IEquatable(T).Equals(T)
OneOf(T1, T2, T3, T4, T5) ClassEquals OverloadCodeJam Namespace