コード例 #1
0
 public override bool Equals(DomainEvent other, bool strict) => Equals(other as EnvironmentDeleted, strict);
コード例 #2
0
 public abstract bool Equals(DomainEvent other, bool strict);