Esempio n. 1
0
 public bool Equals(AgentContext other)
 => (AgentId, CounterpartyId : CounterpartyId, AgencyId, IsMaster)
Esempio n. 2
0
 public bool Equals(AgentContext other)
 => (AgentId, AgencyId, IsMaster)
 == (other.AgentId, other.AgencyId, other.IsMaster);