Method Equals
Equals(BatchRendererGroupGlobals)
Equals implementation.
Declaration
public bool Equals(BatchRendererGroupGlobals other)
Parameters
Type | Name | Description |
---|---|---|
BatchRendererGroupGlobals | other | Other BatchRendererGroupGlobals instance to comapre this against. |
Returns
Type | Description |
---|---|
bool | True if contents are equal, False otherwise. |
Implements
Equals(object)
Equals implementation.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | Other object to comapre this against. |
Returns
Type | Description |
---|---|
bool | True if contents are equal, False otherwise. |