示例#1
0
 protected bool Equals(ServiceInstanceBase other)
 => ServiceId == other.ServiceId &&
 PlanId == other.PlanId &&
 Equals(MaintenanceInfo, other.MaintenanceInfo);
示例#2
0
 protected bool Equals(ServiceInstanceBase other)
 => ServiceId == other.ServiceId &&
 PlanId == other.PlanId;