UnitEquality Operator
Implements the operator =
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool operator ==(
Unit first,
Unit second
)
Public Shared Operator = (
first As Unit,
second As Unit
) As Boolean
Dim first As Unit
Dim second As Unit
Dim returnValue As Boolean
returnValue = (first = second)
public:
static bool operator ==(
Unit^ first,
Unit^ second
)
static let inline (=)
first : Unit *
second : Unit : bool
No code example is currently available or this language may not be supported.
- first Unit
-
The first value.
- second Unit
-
The second value.
Boolean
The result of the operator.