This version of Unity is unsupported.
Method group is Obsolete
Experimental: this API is experimental and might be changed or removed in the future.

PolygonId.operator ==

Obsolete The experimental PolygonId struct has been deprecated without replacement. public static bool operator ==(PolygonId x, PolygonId y);

Description

Returns true if two PolygonId objects refer to the same NavMesh node or if they are both null.

Additional resources: PolygonId.IsNull.