Operator operator ==
operator ==(ARHumanBodiesChangedEventArgs, ARHumanBodiesChangedEventArgs)
Tests for equality. Same as Equals(ARHumanBodiesChangedEventArgs).
Declaration
public static bool operator ==(ARHumanBodiesChangedEventArgs lhs, ARHumanBodiesChangedEventArgs rhs)
Parameters
Type | Name | Description |
---|---|---|
ARHumanBodiesChangedEventArgs | lhs | The left-hand side of the comparison. |
ARHumanBodiesChangedEventArgs | rhs | The right-hand side of the comparison. |
Returns
Type | Description |
---|---|
bool |
|