source:
branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabUserRole.cs
@
3966
Last change on this file since 3966 was 3955, checked in by bfarka, 14 years ago | |
---|---|
File size: 390 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace Persistence { |
7 | partial class HeuristicLabUserRole { |
8 | public override bool Equals(object obj) { |
9 | return ((HeuristicLabUserRole)obj).HeuristicLabRole.Equals(this.HeuristicLabRole) && ((HeuristicLabUserRole)obj).HeuristicLabUser.Equals(this.HeuristicLabUser); |
10 | } |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.