notEquals method

bool notEquals(
  1. SLFloat other
)

Implementation

bool notEquals(SLFloat other) => !equals(other);