ITextParagraphFormat.IsEqual(ITextParagraphFormat) 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 paragraph format object has the same properties as the specified paragraph format object.
public:
bool IsEqual(ITextParagraphFormat ^ format);
bool IsEqual(ITextParagraphFormat const& format);
public bool IsEqual(ITextParagraphFormat format);
function isEqual(format)
Public Function IsEqual (format As ITextParagraphFormat) As Boolean
Parameters
- format
- ITextParagraphFormat
The paragraph format object to compare against.
Returns
Boolean
bool
True if the objects have the same properties, or false if they don't.