[inline, protected]
Checks if 2 smart Islands are equal.
Definition at line 523 of file SmartIsland.cs.
{ bool eq = this.Id == other.Id; return eq; }