MaterialDiffuseComponentInequality Operator

Inequality operator for the MaterialDiffuseComponent structure. Checks whether input diffuse components are not equal.

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

Parameters

a  MaterialDiffuseComponent
[in] Left diffuse component to compare.
b  MaterialDiffuseComponent
[in] Right diffuse component to compare.

Return Value

Boolean
true if at least one the following conditions fails: * Material map of the left diffuse component is identical to the material map of the right diffuse component (both can be nullptr). * Material color of the left diffuse component is identical to the material color of the right diffuse component (both can be nullptr).
See Also

©  Bricsys NV. All rights reserved.