protected bool Equals(FieldValue other) { return(other != null && Equals(Value, other.Value)); }
public bool HasChangedInSession(ISyncSessionInfo syncSession) { return(FieldValue.IsIncludeInSyncSession(syncSession)); }