Skip to main content

==

Symbol of StateInfo.

Overloads

NameDescription
(const StateInfo lhs == const StateInfo right_option) -> boolReturns true if the two StateInfo options are equivalent.
(const StateInfo lhs == as_real right_option) -> boolReturns true if the two StateInfo options are equivalent.
(const StateInfo lhs == as_complex right_option) -> boolReturns true if the two StateInfo options are equivalent.

(const StateInfo lhs == const StateInfo right_option) -> bool

Returns true if the two StateInfo options are equivalent.

Parameters

  • lhs: Left-hand side value.
  • right_option: The StateInfo option on the right of the == operator.

Returns

A boolean equal to true if the StateInfo options are identical, false is returned otherwise.

(const StateInfo lhs == as_real right_option) -> bool

Returns true if the two StateInfo options are equivalent.

Parameters

  • lhs: Left-hand side value.
  • right_option: The StateInfo option on the right of the == operator.

Returns

A boolean equal to true if the StateInfo options are identical, false is returned otherwise.

(const StateInfo lhs == as_complex right_option) -> bool

Returns true if the two StateInfo options are equivalent.

Parameters

  • lhs: Left-hand side value.
  • right_option: The StateInfo option on the right of the == operator.

Returns

A boolean equal to true if the StateInfo options are identical, false is returned otherwise.