LoadCaseEquality Operator

Tests for equality.

Definition

Namespace: Karamba.Loads.Combination
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static bool operator ==(
	LoadCase lhs,
	LoadCase rhs
)

Parameters

lhs  LoadCase
Left hand side.
rhs  LoadCase
Right hand side.

Return Value

Boolean
True if equal.

See Also