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