Equals Method
Equals(Size2L)
Indicates whether this instance and a specified object are equal.
Declaration
public bool Equals(Size2L other)
Public Function Equals(other As Size2L) As Boolean
Parameters
| Type |
Name |
Description |
| Size2L |
other |
|
Returns
Implements
Equals(object)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides