vmEquals method

bool vmEquals(
  1. T other
)

Implementation

bool vmEquals(T other) => identical(this, other);