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( ValueOption<T> other )
VB
Public Function Equals ( other As ValueOption(Of T) ) As Boolean
F#
abstract Equals : other : ValueOption<'T> -> bool override Equals : other : ValueOption<'T> -> bool
Type: Booleantrue if the current object is equal to the other parameter; otherwise, false.
IEquatable(T).Equals(T)
ValueOption(T) StructureEquals OverloadCodeJam Namespace