Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Size2F Structure / Equals Method / Equals(Size2F) Method

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

    Parameters

    other
    See Also