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 bool Equals( ValueOneOf<T1, T2, T3> other )
VB
Public Function Equals ( other As ValueOneOf(Of T1, T2, T3) ) As Boolean
F#
abstract Equals : other : ValueOneOf<'T1, 'T2, 'T3> -> bool override Equals : other : ValueOneOf<'T1, 'T2, 'T3> -> 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)
ValueOneOf(T1, T2, T3) StructureEquals OverloadCodeJam Namespace