protected bool Equals(FileSystemAccess other)
 {
     return string.Equals(TenantId, other.TenantId) && ReadOnly.Equals(other.ReadOnly);
 }
Beispiel #2
0
 protected bool Equals(FileSystemAccess other)
 {
     return(string.Equals(TenantId, other.TenantId) && ReadOnly.Equals(other.ReadOnly));
 }