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