Skip to main content

==

Overloads

NameDescription
(complex lhs == complex rhs) -> boolChecks if two numbers are equal.
(complex lhs == bool rhs) -> boolChecks if two numbers are equal.
(complex lhs == real rhs) -> boolChecks if two numbers are equal.
(complex lhs == integer rhs) -> boolChecks if two numbers are equal.
(bool lhs == complex rhs) -> boolChecks if two numbers are equal.
(bool lhs == bool rhs) -> boolChecks if two numbers are equal.
(bool lhs == real rhs) -> boolChecks if two numbers are equal.
(bool lhs == integer rhs) -> boolChecks if two numbers are equal.
(real lhs == complex rhs) -> boolChecks if two numbers are equal.
(real lhs == bool rhs) -> boolChecks if two numbers are equal.
(real lhs == real rhs) -> boolChecks if two numbers are equal.
(real lhs == integer rhs) -> boolChecks if two numbers are equal.
(integer lhs == complex rhs) -> boolChecks if two numbers are equal.
(integer lhs == bool rhs) -> boolChecks if two numbers are equal.
(integer lhs == real rhs) -> boolChecks if two numbers are equal.
(integer lhs == integer rhs) -> boolChecks if two numbers are equal.
(SpectrumItem lhs == SpectrumItem rhs) -> boolPerforms equality comparison operation.
(BoundaryConditionType lhs == BoundaryConditionType rhs) -> boolPerforms equality comparison operation.
(EigsStatusItem lhs == EigsStatusItem rhs) -> boolPerforms equality comparison operation.

(complex lhs == complex rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(complex lhs == bool rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(complex lhs == real rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(complex lhs == integer rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(bool lhs == complex rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(bool lhs == bool rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(bool lhs == real rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(bool lhs == integer rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(real lhs == complex rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(real lhs == bool rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(real lhs == real rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(real lhs == integer rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(integer lhs == complex rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(integer lhs == bool rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(integer lhs == real rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(integer lhs == integer rhs) -> bool

Checks if two numbers are equal.

Parameters

  • lhs: The left-hand side number.
  • rhs: The right-hand side number.

Returns

True if the numbers are equal, false otherwise.

(SpectrumItem lhs == SpectrumItem rhs) -> bool

Performs equality comparison operation.

Parameters

  • rhs: The right-hand side value to compare.

(BoundaryConditionType lhs == BoundaryConditionType rhs) -> bool

Performs equality comparison operation.

Parameters

  • rhs: The right-hand side value to compare.

(EigsStatusItem lhs == EigsStatusItem rhs) -> bool

Performs equality comparison operation.

Parameters

  • rhs: The right-hand side value to compare.