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
- Type: Method
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
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 |
|---|---|
| bool | True 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 |
|---|---|
| bool | True if the given NamedBuildTarget target name is exactly equal to this target name. |