Namespace: DWSIM.MathOps.MathEx.APAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static bool operator ==(
Complex lhs,
Complex rhs
)
Public Shared Operator = (
lhs As Complex,
rhs As Complex
) As Boolean
Request Example
View SourceParameters
- lhs Complex
-
- rhs Complex
-
Return Value
BooleanSee Also