public bool EqualCheck(StringClass String) { if (Value == String.GetStringValue()) { return(true); } return(false); }