Skip to main content
This method allows you to check if the orientation is equal to the specified orientation.

Syntax

C++

HRESULT IsEqualTo(
  ITextOrientation* Orientation,
  VARIANT_BOOL*     Result
);

C#

bool IsEqualTo( ITextOrientation Orientation );

Visual Basic .NET

Function IsEqualTo(Orientation As ITextOrientation) As Boolean

Parameters

Orientation [in] This variable refers to the TextOrientation object that is to be compared with the current object. Result [out, retval] This variable contains the result of comparison. It returns TRUE, if the orientations are equal.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

TextOrientation