Click or drag to resize

MemberThicknessTPointEquals Method (MemberThicknessTPoint)

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

Compare this instance against another instance and check for equality

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public bool Equals(
	MemberThickness<TPoint> other
)

Parameters

other
Type: ModelExchanger.AnalysisDataModel.SubtypesMemberThicknessTPoint

Return Value

Type: Boolean
True when the other instance is equal to the current instance

Implements

IEquatableTEquals(T)
See Also