コード例 #1
0
ファイル: AgentContext.cs プロジェクト: QuinntyneBrown/edo
 public bool Equals(AgentContext other)
 => (AgentId, CounterpartyId : CounterpartyId, AgencyId, IsMaster)
コード例 #2
0
 public bool Equals(AgentContext other)
 => (AgentId, AgencyId, IsMaster)
 == (other.AgentId, other.AgencyId, other.IsMaster);