Exemplo n.º 1
0
        public override bool Equals(object rhsObj)
        {
            if (rhsObj == null)
            {
                return(false);
            }

            BadVisibleState rhs = rhsObj as BadVisibleState;

            return(this == rhs);
        }
Exemplo n.º 2
0
 public bool Equals(BadVisibleState rhs)
 {
     return(this == rhs);
 }
Exemplo n.º 3
0
		public bool Equals(BadVisibleState rhs)	
		{
			return this == rhs;
		}