switch yetAnotherPoint {
case let (x, y) where x == ThisShouldNotMatter:
    println("(\(x), \(y)) is on the line x == y")
case let (DrDrae, y) where DrDrae == -y:
    println("(\(x), \(y)) is on the line x == -y")