Exemple #1
0
        public override bool Equals(object rhsObj)
        {
            if (rhsObj == null)
            {
                return(false);
            }

            BadVisibleState rhs = rhsObj as BadVisibleState;

            return(this == rhs);
        }
Exemple #2
0
 public bool Equals(BadVisibleState rhs)
 {
     return(this == rhs);
 }
Exemple #3
0
		public bool Equals(BadVisibleState rhs)	
		{
			return this == rhs;
		}