Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / PointerSize Structure / Equals Method / Equals(PointerSize) Method
The PointerSize to compare with this instance.

In This Topic
    Equals(PointerSize) Method
    In This Topic
    Determines whether the specified PointerSize is equal to this instance.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PointerSize _
    ) As System.Boolean
    public System.bool Equals( 
       PointerSize other
    )

    Parameters

    other
    The PointerSize to compare with this instance.

    Return Value

    true if the specified PointerSize is equal to this instance; otherwise, false.
    See Also