Exemplo n.º 1
0
 protected bool Equals(ServiceInstanceBase other)
 => ServiceId == other.ServiceId &&
 PlanId == other.PlanId &&
 Equals(MaintenanceInfo, other.MaintenanceInfo);
Exemplo n.º 2
0
 protected bool Equals(ServiceInstanceBase other)
 => ServiceId == other.ServiceId &&
 PlanId == other.PlanId;