Nevron .NET Vision
Nevron.UI Namespace / NGdiTextFormat Structure / Equality Operator


In This Topic
    Equality Operator (NGdiTextFormat)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal format1 As NGdiTextFormat, _
       ByVal format2 As NGdiTextFormat _
    ) As System.Boolean
    'Usage
     
    
    public System.bool operator ==( 
       NGdiTextFormat format1,
       NGdiTextFormat format2
    )

    Parameters

    format1
    format2
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also