Skip to main content

!=

Overloads

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

(bool lhs != integer rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(bool lhs != real rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(bool lhs != bool rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(bool lhs != complex rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(complex lhs != integer rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(complex lhs != real rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(complex lhs != bool rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(complex lhs != complex rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(real lhs != complex rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(integer lhs != integer rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(integer lhs != real rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(integer lhs != bool rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(integer lhs != complex rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(real lhs != integer rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(real lhs != real rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(real lhs != bool rhs) -> bool

Checks if two numbers are not equal.

Parameters

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

Returns

True if the numbers are not equal, false otherwise.

(BoundaryConditionType lhs != BoundaryConditionType rhs) -> bool

Performs inequality comparison operation.

Parameters

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

(EigsStatusItem lhs != EigsStatusItem rhs) -> bool

Performs inequality comparison operation.

Parameters

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

(SpectrumItem lhs != SpectrumItem rhs) -> bool

Performs inequality comparison operation.

Parameters

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