ITextParagraphFormat.IsEqual(ITextParagraphFormat) Method

Definition

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.

Applies to