Beispiel #1
0
 public bool Equals(PixbufFrame other)
 {
     return(true && Pixbuf.Equals(other.Pixbuf) && XOffset.Equals(other.XOffset) && YOffset.Equals(other.YOffset) && DelayTime.Equals(other.DelayTime) && Elapsed.Equals(other.Elapsed) && Action.Equals(other.Action) && NeedRecomposite.Equals(other.NeedRecomposite) && BgTransparent.Equals(other.BgTransparent) && Composited.Equals(other.Composited) && Revert.Equals(other.Revert));
 }