Click or drag to resize

SubsoilEquals Method (Subsoil)

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

Checks if the provided subsoil is the same as the current instance

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

Parameters

other
Type: ModelExchanger.AnalysisDataModel.SubtypesSubsoil
The other subsoil to compare with

Return Value

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

Implements

IEquatableTEquals(T)
See Also