Click or drag to resize
DigitalRuneMaterialPropertiesInequality Operator
Compares MaterialProperties to determine whether they are different.

Namespace: DigitalRune.Physics.Materials
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public static bool operator !=(
	MaterialProperties left,
	MaterialProperties right
)

Parameters

left
Type: DigitalRune.Physics.MaterialsMaterialProperties
The first MaterialProperties.
right
Type: DigitalRune.Physics.MaterialsMaterialProperties
The second MaterialProperties.

Return Value

Type: Boolean
if the left and right are different; otherwise, .
See Also