示例#1
0
 protected bool Equals(FieldValue other)
 {
     return(other != null && Equals(Value, other.Value));
 }
示例#2
0
 public bool HasChangedInSession(ISyncSessionInfo syncSession)
 {
     return(FieldValue.IsIncludeInSyncSession(syncSession));
 }