- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_ValueOption_1_op_Equality
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        5 revisions
      
    Equality operator.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool operator ==(
	ValueOption<T> left,
	ValueOption<T> right
)VB
Public Shared Operator = ( 
	left As ValueOption(Of T),
	right As ValueOption(Of T)
) As BooleanF#
static let inline (=)
        left : ValueOption<'T> * 
        right : ValueOption<'T>  : bool
- left
- Type: CodeJam.ValueOption(T)
 Left operand.
- right
- Type: CodeJam.ValueOption(T)
 Right operand.
Type: BooleanTrue, if left equals right.