Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Equality Operator
The first value to compare.
The second value to compare.


In This Topic
    Equality Operator (Font)
    In This Topic
    Returns a value that indicates whether two specified Font values are equal.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal left As Font, _
       ByVal right As Font _
    ) As Boolean
    'Usage
     
    
    public bool operator ==( 
       Font left,
       Font right
    )

    Parameters

    left
    The first value to compare.
    right
    The second value to compare.

    Return Value

    true if left and right are equal; otherwise, false.
    See Also