Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Returns true if two PolygonId objects refer to the same NavMesh node.
Read time 1 minuteLast updated 13 days ago

Definition

Equals(PolygonId)

Returns
true
if two PolygonId objects refer to the same NavMesh node.
Warning
Deprecated. The experimental PolygonId struct has been deprecated without replacement.
public bool Equals(PolygonId rhs)

Parameters

Returns

Type

Description

bool

Equals(Object)

Returns
true
if two PolygonId objects refer to the same NavMesh node.
Warning
Deprecated. The experimental PolygonId struct has been deprecated without replacement.
public override bool Equals(object obj)

Parameters

Returns

Type

Description

bool