Equals
Checks if this shader tag identifier and the object refer to the same string.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
Equals(Object)
Checks if this shader tag identifier and the object refer to the same string.
public override bool Equals(object obj)
Parameters
The object to compare.
Returns
Type | Description |
|---|---|
| bool | Returns |
Equals(ShaderTagId)
Checks if this shader tag identifier and the object refer to the same string.
public bool Equals(ShaderTagId other)
Parameters
The to compare.
ShaderTagIdReturns
Type | Description |
|---|---|
| bool | Returns |