Nevron .NET Vision
Nevron.Diagram Namespace / NAbilities Structure / Difference Method / Difference(NAbilities) Method
abilities to compare with


In This Topic
    Difference(NAbilities) Method
    In This Topic
    Obtains the different abilities between this and the specified abilities.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Difference( _
       ByVal abilities As NAbilities _
    ) 
    'Usage
     
    
    Dim instance As NAbilities
    Dim abilities As NAbilities
     
    instance.Difference(abilities)
    public void Difference( 
       NAbilities abilities
    )

    Parameters

    abilities
    abilities to compare with
    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