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