Click or drag to resize

CompositeProfileDefinitionTMaterialReferenceEquals Method (CompositeProfileDefinitionTMaterialReference)

[This is preliminary documentation and is subject to change.]

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

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShape
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C#
public bool Equals(
	CompositeProfileDefinition<TMaterialReference> other
)

Parameters

other
Type: ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShapeCompositeProfileDefinitionTMaterialReference
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also