Method Equals
Equals(object)
Tests for equality.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The |
Returns
Type | Description |
---|---|
bool |
|
Overrides
Equals(XRCpuImage)
Tests for equality.
Declaration
public bool Equals(XRCpuImage other)
Parameters
Type | Name | Description |
---|---|---|
XRCpu |
other | The other XRCpu |
Returns
Type | Description |
---|---|
bool |
|