Method of ITextView
Compare, if objects are equal
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