M_Furcadia_Net_DreamInfo_Dream_op_Inequality - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Implements the operator !=.
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public static bool operator !=(
Dream dreamA,
IDream DreamB
)
VB
Public Shared Operator <> (
dreamA As Dream,
DreamB As IDream
) As Boolean
VB Usage
Dim dreamA As Dream
Dim DreamB As IDream
Dim returnValue As Boolean
returnValue = (dreamA <> DreamB)
C++
public:
static bool operator !=(
Dream^ dreamA,
IDream^ DreamB
)
F#
static let inline (<>)
dreamA : Dream *
DreamB : IDream : bool
- dreamA
- Type: Furcadia.Net.DreamInfo.Dream
The dream a. - DreamB
- Type: Furcadia.Net.DreamInfo.IDream
The dream b.
Type: Boolean
The result of the operator.