equals

Method of ITextView

Description

Compare, if objects are equal

Parameters

Return Value

Syntax

JavaScript

var pbResult = TextView.equals(pOther);

Visual Basic Script

pbResult = TextView.equals pOther

C++

VARIANT_BOOL bResult;
HRESULT hr = TextView.equals(pOther, &bResult);

See Also

ITextView