Compares the material surface colors with the reference material m.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool CompareSurfaceColors(
	XMaterial m
)

Parameters

m
Type: SGP.XSpace..::.XMaterial
The reference XMaterial material.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if both materials have the same surface color.

See Also