[This is preliminary documentation and is subject to change.]
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool operator ==(
ErlDouble lhs,
ErlDouble rhs
)
public static bool operator ==(
ErlDouble lhs,
ErlDouble rhs
)
Public Shared Operator = (
lhs As ErlDouble,
rhs As ErlDouble
) As Boolean
Public Shared Operator = (
lhs As ErlDouble,
rhs As ErlDouble
) As Boolean
public:
static bool operator ==(
ErlDouble lhs,
ErlDouble rhs
)
public:
static bool operator ==(
ErlDouble lhs,
ErlDouble rhs
)
static let inline (=)
lhs : ErlDouble *
rhs : ErlDouble : bool
static let inline (=)
lhs : ErlDouble *
rhs : ErlDouble : bool
Return Value
Type:
Boolean