Nevron .NET Vision
Nevron.GraphicsCore Namespace / NStrokeStyle Class / Equals Method / Equals(NStrokeStyle) Method


In This Topic
    Equals(NStrokeStyle) Method
    In This Topic
    Compares two NStrokeStyle objects
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal strokeStyle As NStrokeStyle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NStrokeStyle
    Dim strokeStyle As NStrokeStyle
    Dim value As System.Boolean
     
    value = instance.Equals(strokeStyle)
    public System.bool Equals( 
       NStrokeStyle strokeStyle
    )

    Parameters

    strokeStyle
    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