DisposableWrapperInequality Operator

Inequality operator for the DisposableWrapper class.

Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public static bool operator !=(
        DisposableWrapper a,
        DisposableWrapper b
)

Parameters

a  DisposableWrapper
[in] Left disposable wrapper.
b  DisposableWrapper
[in] Right disposable wrapper.

Return Value

Boolean
True if the provided wrappers are not equal; otherwise the method returns false.
See Also

©  Bricsys NV. All rights reserved.