Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

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

Definition

Equals(VisualElementStyleSheetSet)

Compares instances of the VisualElementStyleSheetSet struct for equality.
public bool Equals(VisualElementStyleSheetSet other)

Parameters

The structure to compare with.

Returns

Type

Description

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

Equals(Object)

Compares instances of the VisualElementStyleSheetSet struct for equality.
public override bool Equals(object obj)

Parameters

Returns

Type

Description

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