LoadCaseCombinationEquals(LoadCaseCombination) Method
Tests for equality.
Namespace: Karamba.Loads.CombinationAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public bool Equals(
LoadCaseCombination other
)
Public Function Equals (
other As LoadCaseCombination
) As Boolean
public:
virtual bool Equals(
LoadCaseCombination^ other
) sealed
abstract Equals :
other : LoadCaseCombination -> bool
override Equals :
other : LoadCaseCombination -> bool
- other LoadCaseCombination
- Other load component to be tested for equality.
Booleantrue if equal.
IEquatableTEquals(T)