Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals(GraphicsBufferHandle)

Checks if this GraphicsBufferHandle and another are equal, based on their integer values.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public bool Equals(GraphicsBufferHandle other)

Parameters

The other
GraphicsBufferHandle
to compare with this instance.

Returns

Type

Description

boolReturns true if the two instances of
GraphicsBufferHandle
have the same
value
. Otherwise, returns false.