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