Example #1
0
		protected bool Equals(DatabaseAccess other)
		{
			return Admin.Equals(other.Admin) && string.Equals(TenantId, other.TenantId) && ReadOnly.Equals(other.ReadOnly);
		}
Example #2
0
 protected bool Equals(DatabaseAccess other)
 {
     return(Admin.Equals(other.Admin) && string.Equals(TenantId, other.TenantId) && ReadOnly.Equals(other.ReadOnly));
 }