equals method

bool equals(
  1. FutureUniqueIdentifier other
)

Implementation

bool equals(FutureUniqueIdentifier other)
{
    return this.identifier == other.toString();
}