DioDocs for PDF
IsContentEqual メソッド (PdfIndirectObjectBase)

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Spec 名前空間 > PdfIndirectObjectBase クラス : IsContentEqual メソッド
このオブジェクトと比較するオブジェクト。
このオブジェクトのコンテンツが other オブジェクトのコンテンツと同じかどうかを確認します。
シンタックス
'宣言
 
Public Overridable Function IsContentEqual( _
   ByVal other As IPdfObject _
) As System.Boolean
public virtual System.bool IsContentEqual( 
   IPdfObject other
)

パラメータ

other
このオブジェクトと比較するオブジェクト。

戻り値の型

2つのオブジェクトのコンテンツが同じ場合は true、それ以外の場合は false
参照

PdfIndirectObjectBase クラス
PdfIndirectObjectBase メンバ