Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLComputedStyle Interface / IsEqual Method

In This Topic
    IsEqual Method (IHTMLComputedStyle)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub IsEqual( _
       ByVal pComputedStyle As IHTMLComputedStyle, _
       ByRef pfEqual As System.Boolean _
    ) 
    void IsEqual( 
       IHTMLComputedStyle pComputedStyle,
       out System.bool pfEqual
    )

    Parameters

    pComputedStyle
    pfEqual
    See Also