ShaderTagId.operator ==

public static bool operator ==(Rendering.ShaderTagId tag1, Rendering.ShaderTagId tag2);

Parameters

tag1 The first ShaderTagId to compare.
tag2 The second ShaderTagId to compare.

Description

Checks if two ShaderTagIds refer to the same string.

This is equivalent to calling Equals.


Did you find this page useful? Please give it a rating: