2020-01-01から1年間の記事一覧
public class Hoge : IEquatable<Hoge> { public int x; public int y; public override bool Equals(object args) { if (object.ReferenceEquals(args, null)) { return false; } if (object.ReferenceEquals(this, args)) { return true; } if (this.GetType() !</hoge>…