operator ==(SecondarySpriteTexture, SecondarySpriteTexture)
Compares two SecondarySpriteTexture objects and returns true if they are equal.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Operator
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool operator ==(SecondarySpriteTexture lhs, SecondarySpriteTexture rhs)
Parameters
The first SecondarySpriteTexture object.
The other SecondarySpriteTexture object to be compared to.
Returns
Type | Description |
|---|---|
| bool |