forwardClone Method    Table of ContentCompareFieldValue Method (FlatFieldKey, String)forward
FlatMessage.CompareFieldValue Method
Overload List
  NameDescription
Public methodCompareFieldValue(FlatFieldKey, String)
Returns true if the field, specified by the given tag, is present in the FlatMessage instance and its value is equal to the given string value, otherwise it returns false.
Public methodCompareFieldValue(FlatFieldRef, String)
Returns true if the field, specified by the given tag, is present in the FlatMessage instance and its value is equal to the given string value, otherwise it returns false.
Top
See Also