FullSubentityPathInequality Operator

Inequality operator for the FullSubentityPath class. Checks whether objects are not equal.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public static bool operator !=(
        FullSubentityPath a,
        FullSubentityPath b
)

Parameters

a  FullSubentityPath
[in] Left object to check.
b  FullSubentityPath
[in] Right object to check.

Return Value

Boolean
true if one of the following conditions fails: * Subentity Ids are equal. * Array lengths are equal. * Object Ids in the arrays are equal.
See Also

©  Bricsys NV. All rights reserved.