Operator operator !=
operator !=(BatchRendererGroupGlobals, BatchRendererGroupGlobals)
Not equals 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 not equal, False otherwise. |