ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / ImageRect Structure / Equals Method / Equals(ImageRect) Method

In This Topic
    Equals(ImageRect) Method
    In This Topic
    Indicates whether this instance and a specified object are equal.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As ImageRect _
    ) As System.Boolean
    public System.bool Equals( 
       ImageRect other
    )

    Parameters

    other
    See Also