ITextCharacterFormat.IsEqual(ITextCharacterFormat) Method

Definition

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.

Applies to