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: 2.2.0.4 (2.2.0.4)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
other material.

Return Value

Type: Boolean
true if equal.
See Also