TextEncoding.Operator Compare
From Xojo Documentation
Method
TextEncoding.Operator_Compare(otherEncoding as TextEncoding) As Boolean
New in 2008r2
Supported for all project types and targets.
New in 2008r2
Supported for all project types and targets.
Compares the given encoding to the passed encoding. Currently, only the equals comparison is implemented; relational testing is undefined. As a result, it currently calls the Equals function.
Example
This example compares the encodings of the contents of two TextAreas using Operator_Compare.