public static decimal TryParseSource(cDecimal value) { return((decimal)value); }
public bool Equals(cDecimal obj) { return(this == obj); }