Click or drag to resize

BoundaryRepresentationGeometryEquals Method (BoundaryRepresentationGeometry)

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

Compare this instance against another instance 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(
	BoundaryRepresentationGeometry other
)

Parameters

other
Type: ModelExchanger.AnalysisDataModel.SubtypesBoundaryRepresentationGeometry
The other instance to compare against

Return Value

Type: Boolean
True if both instances are equal, false otherwise

Implements

IEquatableTEquals(T)
See Also