-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Option_1_Equals
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 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 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
- other
- Type: CodeJam.Option(T)
An object to compare with this object.
Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.