FemMaterialEquals(FemMaterial) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: Karamba.Materials
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public bool Equals(
	FemMaterial item
)

Parameters

item  FemMaterial

[Missing <param name="item"/> documentation for "M:Karamba.Materials.FemMaterial.Equals(Karamba.Materials.FemMaterial)"]

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also