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