operator == 功能说明判断两个SVector中的元素是否全部相同。 定义1bool operator == (const SVector<T> &other) const 参数列表 参数名 输入/输出 说明 other 输入 判断成员与“other”是否相同。 返回值说明 类型 输入/输出 说明 bool 输出 返回“true”时相同。返回“false”时不相同。 父主题: SVector