ITextCharacterFormat.IsEqual(ITextCharacterFormat) Method
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);
C#
public bool IsEqual(ITextCharacterFormat format);
function isEqual(format)
Public Function IsEqual (format As ITextCharacterFormat) As Boolean
- format
- ITextCharacterFormat
The character format object to compare against.
Boolean
bool
True if the objects have the same properties, or false if they don't.
Proizvod | Verzije |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |