|
Base95Equality 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.Text
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public static bool operator ==(
Base95 n1,
Base95 n2
)
Public Shared Operator = (
n1 As Base95,
n2 As Base95
) As Boolean
Dim n1 As Base95
Dim n2 As Base95
Dim returnValue As Boolean
returnValue = (n1 = n2)
public:
static bool operator ==(
Base95^ n1,
Base95^ n2
)
static let inline (=)
n1 : Base95 *
n2 : Base95 : bool
Parameters
- n1
- Type: Furcadia.TextBase95
The n1. - n2
- Type: Furcadia.TextBase95
The n2.
Return Value
Type:
Boolean
The result of the operator.
See Also