FullSubentityPathInequality Operator
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public static bool operator !=(
        FullSubentityPath a,
        FullSubentityPath b
)
 
Public Shared Operator <> ( 
        a As FullSubentityPath,
        b As FullSubentityPath
) As Boolean
 
public:
static bool operator !=(
        FullSubentityPath a, 
        FullSubentityPath b
)
 
static let inline (<>)
        a : FullSubentityPath * 
        b : FullSubentityPath  : bool
 
 
 
Parameters
- a
 
- Type: Teigha.DatabaseServicesFullSubentityPath
 
- b
 
- Type: Teigha.DatabaseServicesFullSubentityPath
 
Return Value
Type: 
Boolean 
See Also