Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Indicates whether this instance and a specified object are equal.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule

Equals(PropertyPath)

Indicates whether this instance and a specified object are equal.
public bool Equals(PropertyPath other)

Parameters

The object to compare with the current instance.

Returns

Type

Description

bool
true
if obj and this instance are the same type and represent the same value; otherwise,
false
.

Equals(Object)

Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)

Parameters

Returns

Type

Description

bool
true
if obj and this instance are the same type and represent the same value; otherwise,
false
.