ITextCharacterFormat.IsEqual(ITextCharacterFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this character format object has the same properties as the specified character format object.
public:
bool IsEqual(ITextCharacterFormat ^ format);
bool IsEqual(ITextCharacterFormat const& format);
public bool IsEqual(ITextCharacterFormat format);
function isEqual(format)
Public Function IsEqual (format As ITextCharacterFormat) As Boolean
Parameters
- format
- ITextCharacterFormat
The character format object to compare against.
Returns
Boolean
bool
True if the objects have the same properties, or false if they don't.