Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals(BindingId)

Indicates whether two binding properties are equal.
Read time 1 minuteLast updated 13 days ago

Definition

public bool Equals(BindingId 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
.