[]
Indicates whether this value and a specified value are equal.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | obj | The value to compare with the current value. |
| Type | Description |
|---|---|
| bool |
|
Indicates whether this value and a specified value are equal.
public bool Equals(SizeInt obj)
Public Function Equals(obj As SizeInt) As Boolean
| Type | Name | Description |
|---|---|---|
| SizeInt | obj | The value to compare with the current value. |
| Type | Description |
|---|---|
| bool |
|