Example #1
0
 public bool Equals(ClrStructObject other) => Address == other?.Address && ClrObjectUtils.AssertTypesEquivalent(this, other);