ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DataPointer Structure / Equals Method / Equals(DataPointer) Method

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

    Parameters

    other
    See Also