BHoM / BHoM_Engine

Internal manipulation of the BHoM
GNU Lesser General Public License v3.0
26 stars 15 forks source link

Diffing_Engine: IsEqual could avoid comparing all properties in case of same object being provided on both hand sides #3427

Closed pawelbaran closed 2 weeks ago

pawelbaran commented 2 weeks ago

Description:

Simple implementation, add if (obj1 == obj2) before getting into type and property comparison.

@alelom