Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / OperatorBase Class / IsSame Method / IsSame(OperatorBase,OperatorBase) Method

In This Topic
    IsSame(OperatorBase,OperatorBase) Method
    In This Topic
    Determines whether the specified OperatorBase instances are considered same, if both v1 and v2 are null, the method returns true.
    Syntax
    'Declaration
     
    Public Overloads Shared Function IsSame( _
       ByVal v1 As OperatorBase, _
       ByVal v2 As OperatorBase _
    ) As System.Boolean
    public static System.bool IsSame( 
       OperatorBase v1,
       OperatorBase v2
    )

    Parameters

    v1
    v2
    See Also