예제 #1
0
 public bool Equals(Attachment other) => DBObject.IsEqual(this, other);
예제 #2
0
 public static bool operator!=(Attachment lhs, Attachment rhs) => !DBObject.IsEqual(lhs, rhs);
예제 #3
0
파일: Ticket.cs 프로젝트: LazyBui/Peygir
 public bool Equals(Ticket other) => DBObject.IsEqual(this, other);
예제 #4
0
파일: Ticket.cs 프로젝트: LazyBui/Peygir
 public static bool operator!=(Ticket lhs, Ticket rhs) => !DBObject.IsEqual(lhs, rhs);
예제 #5
0
파일: Project.cs 프로젝트: LazyBui/Peygir
 public static bool operator!=(Project lhs, Project rhs) => !DBObject.IsEqual(lhs, rhs);
예제 #6
0
파일: Project.cs 프로젝트: LazyBui/Peygir
 public bool Equals(Project other) => DBObject.IsEqual(this, other);
예제 #7
0
 public static bool operator==(TicketHistory lhs, TicketHistory rhs) => DBObject.IsEqual(lhs, rhs);
예제 #8
0
 public static bool operator!=(Milestone lhs, Milestone rhs) => !DBObject.IsEqual(lhs, rhs);
예제 #9
0
 public bool Equals(Milestone other) => DBObject.IsEqual(this, other);