Beispiel #1
0
 private bool EqualsImpl(NowPlayingInsetOptions other)
 {
     if ((((this.clrBorder == other.clrBorder) && (this.clrFocusBorder == other.clrFocusBorder)) && ((this.visMetadata == other.visMetadata) && (this.fCustomPosition == other.fCustomPosition))) && (this.fInputDisabled == other.fInputDisabled))
     {
         return(this.visualState == other.visualState);
     }
     return(false);
 }
 private bool EqualsImpl(NowPlayingInsetOptions other)
 {
     if ((((this.clrBorder == other.clrBorder) && (this.clrFocusBorder == other.clrFocusBorder)) && ((this.visMetadata == other.visMetadata) && (this.fCustomPosition == other.fCustomPosition))) && (this.fInputDisabled == other.fInputDisabled))
     {
         return (this.visualState == other.visualState);
     }
     return false;
 }