equals abstract method

Future<bool> equals(
  1. PrivateKey other
)

Checks if this private key is equal to another

Implementation

Future<bool> equals(PrivateKey other);