Click or drag to resize

FemMaterialEquals Method

returns true if another material is equal to this one.

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
other material

Return Value

Type: Boolean
true if equal
See Also