我有一個屏幕,在數據庫員工表上進行基本搜索。 public class EmployeeSearchParameter
{
public EmployeeSearchParameterType SearchParameterType { get; set; }
public string EmployeeSearchParameterValue { get; set; }
的比較,我已經找到了一個類似的問題 How to compare two distinctly different objects with similar properties 可能隱含和/或部分答覆我的問題。 假設我想這個對象進行比較(沒有很多的嵌套條件): class ObjectA {
public string PropertyX { get; set; }
publ