equal abstract method

  1. @Since.new("3.14")
Int32x4 equal(
  1. Int32x4 other
)

Lane-wise integer equality comparison.

The result for a lane is a 32-bit signed integer which is -1 (all bits set) if the value from this object is equal to the value from other, and the result is 0 (all bits cleared) if not.

Returns four values that are always either 0 or -1.

Implementation

@Since("3.14")
Int32x4 equal(Int32x4 other);