Nevron .NET Vision
Nevron.Diagram Namespace / NConnection Structure / ContainsIds Method


In This Topic
    ContainsIds Method
    In This Topic
    Queries whether the connection identified by uid1 and uid2 is identical to this connection
    Syntax
    'Declaration
     
    
    Public Function ContainsIds( _
       ByVal uid1 As System.Guid, _
       ByVal uid2 As System.Guid _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NConnection
    Dim uid1 As System.Guid
    Dim uid2 As System.Guid
    Dim value As System.Boolean
     
    value = instance.ContainsIds(uid1, uid2)
    public System.bool ContainsIds( 
       System.Guid uid1,
       System.Guid uid2
    )

    Parameters

    uid1
    uid2
    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