Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ operator==()

static bool Microsoft.Azure.Kinect.Sensor.BGRA.operator== ( BGRA  bgra1,
BGRA  bgra2 
)
inlinestatic

Tests whether two BGRA structures are identical.

Parameters
bgra1The first BGRA structure to compare.
bgra2The second BGRA structure to compare.
Returns
true if bgra1 and bgra2 are exactly identical; otherwise, flase.