Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Size2F Structure / Equality Operator

In This Topic
    Equality Operator (Size2F)
    In This Topic
    Determines if the specified values are equal.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal left As Size2F, _
       ByVal right As Size2F _
    ) As System.Boolean
    public System.bool operator ==( 
       Size2F left,
       Size2F right
    )

    Parameters

    left
    right
    See Also