Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator ==(VisualElementStyleSheetSet, VisualElementStyleSheetSet)

Compares instances of the VisualElementStyleSheetSet struct for equality.
Read time 1 minuteLast updated 12 days ago

Definition

public static bool operator ==(VisualElementStyleSheetSet left, VisualElementStyleSheetSet right)

Parameters

The left operand of the comparison

The right operand of the comparison

Returns

Type

Description

boolTrue if the two instances refer to the same element, false otherwise.