Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Returns true if the given object type and target name is exactly equal to this type and target name.
Read time 1 minuteLast updated 11 days ago

Definition

Equals(Object)

Returns true if the given object type and target name is exactly equal to this type and target name.
public override bool Equals(object obj)

Parameters

Returns

Type

Description

boolTrue if the given object target name and type is exactly equal to this target name and type.

Equals(NamedBuildTarget)

Returns true if the given NamedBuildTarget target name is exactly equal to this target name.
public bool Equals(NamedBuildTarget other)

Parameters

The other NameBuildTarget that is used for equality check

Returns

Type

Description

boolTrue if the given NamedBuildTarget target name is exactly equal to this target name.