M_Furcadia_Net_Web_Variable_op_Equality - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Variable.Equality Operator

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.Web
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public static bool operator ==(
	Variable varA,
	Variable varB
)

VB

Public Shared Operator = ( 
	varA As Variable,
	varB As Variable
) As Boolean

VB Usage

Dim varA As Variable
Dim varB As Variable
Dim returnValue As Boolean

returnValue = (varA = varB)

C++

public:
static bool operator ==(
	Variable^ varA, 
	Variable^ varB
)

F#

static let inline (=)
        varA : Variable * 
        varB : Variable  : bool

Parameters

 

varA
Type: Furcadia.Net.Web.Variable
The variable a.
varB
Type: Furcadia.Net.Web.Variable
The variable b.

Return Value

Type: Boolean
The result of the operator.

See Also

Reference

Variable Class
Furcadia.Net.Web Namespace

⚠️ **GitHub.com Fallback** ⚠️