Click or drag to resize

ComplexNumberEquality Operator

Compares the two values for equality.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static bool operator ==(
	ComplexNumber value1,
	ComplexNumber value2
)
View Source

Parameters

value1  ComplexNumber
Left hand operand.
value2  ComplexNumber
Right hand operand.

Return Value

Boolean
Boolean representing the result of the addition operation.
See Also