interface IEquatable {
equals(other: this): boolean
}
とかかな