FullSubentityPathInequality
Operator
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.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 FullSubentityPath
-
- b FullSubentityPath
-
Return Value
Boolean
See Also