Operator operator ==
operator ==(BatchRendererGroupGlobals, BatchRendererGroupGlobals)
Equality operator implementation.
Declaration
public static bool operator ==(BatchRendererGroupGlobals left, BatchRendererGroupGlobals right)
Parameters
Type | Name | Description |
---|---|---|
BatchRendererGroupGlobals | left | Left operand of comparison |
BatchRendererGroupGlobals | right | Right operand of comparison |
Returns
Type | Description |
---|---|
bool | True if contents are equal, False otherwise. |