Beispiel #1
0
 public bool Equals(Attachment other) => DBObject.IsEqual(this, other);
Beispiel #2
0
 public static bool operator!=(Attachment lhs, Attachment rhs) => !DBObject.IsEqual(lhs, rhs);
Beispiel #3
0
 public bool Equals(Ticket other) => DBObject.IsEqual(this, other);
Beispiel #4
0
 public static bool operator!=(Ticket lhs, Ticket rhs) => !DBObject.IsEqual(lhs, rhs);
Beispiel #5
0
 public static bool operator!=(Project lhs, Project rhs) => !DBObject.IsEqual(lhs, rhs);
Beispiel #6
0
 public bool Equals(Project other) => DBObject.IsEqual(this, other);
Beispiel #7
0
 public static bool operator==(TicketHistory lhs, TicketHistory rhs) => DBObject.IsEqual(lhs, rhs);
Beispiel #8
0
 public static bool operator!=(Milestone lhs, Milestone rhs) => !DBObject.IsEqual(lhs, rhs);
Beispiel #9
0
 public bool Equals(Milestone other) => DBObject.IsEqual(this, other);