示例#1
0
文件: Props.cs 项目: dbremner/smokey
        public override bool Equals(object rhsObj)
        {
            if (rhsObj == null)
            {
                return(false);
            }

            BadVisibleState rhs = rhsObj as BadVisibleState;

            return(this == rhs);
        }
示例#2
0
文件: Props.cs 项目: dbremner/smokey
 public bool Equals(BadVisibleState rhs)
 {
     return(this == rhs);
 }
示例#3
0
文件: Props.cs 项目: dbremner/smokey
		public bool Equals(BadVisibleState rhs)	
		{
			return this == rhs;
		}