<Code Lib>
2027 Method
Changes 0
M

StructuralAsset.Equals(StructuralAsset)

Description:
Determines whether this structural asset is equal to another.
Overloads (1):
Equals(StructuralAsset)

public bool Equals(
	StructuralAsset other
)

  • other
    The structural asset with which to compare this structural asset.
Return Value Boolean True if the given structural asset is equal to this one, otherwise false.

Loading…