isAtSameMomentAs method

bool isAtSameMomentAs(
  1. Snowflake other
)

Implementation

bool isAtSameMomentAs(Snowflake other) =>
    timestamp.isAtSameMomentAs(other.timestamp);