Example #1
0
 // these are generated
 public override bool Equals(object obj)
 {
     return(obj is Resolution resolution &&
            AR.Equals(resolution.AR) &&
            HorizontalResolution == resolution.HorizontalResolution &&
            VerticalResolution == resolution.VerticalResolution);
 }