operator !=

Description

Checks whether the elements in two Svectors are different.

Definition

1
bool operator != (const SVector<T> &other) const

Parameters

Parameter

Input/Output

Description

other

Input

Checks whether the elements in two Svectors are different.

Returns

Type

Input/Output

Description

bool

Output

  • The elements in two Svectors are different when true is returned.
  • The elements in two Svectors are the same when false is returned.