public override bool Equals(object rhsObj) { if (rhsObj == null) { return(false); } BadVisibleState rhs = rhsObj as BadVisibleState; return(this == rhs); }
public bool Equals(BadVisibleState rhs) { return(this == rhs); }
public bool Equals(BadVisibleState rhs) { return this == rhs; }