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