“Schnell äquatierbar” Code-Antworten

Schnell äquatierbar

struct Employee: Hashable {
  ...
}
SAMER SAEID

Gleichwertige Funktion Swift

static func == (lhs: Employee, rhs: Employee) -> Bool {
    return lhs.salary == rhs.salary 
}
SAMER SAEID

Ähnliche Antworten wie “Schnell äquatierbar”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen