operator ==

Description

Checks whether the elements in two SVectors are the same.

Definition

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

Parameters

Parameter

Input/Output

Description

other

Input

Checks whether a member is the same as other.

Returns

Type

Input/Output

Description

bool

Output

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