Equalses the specified other.
'Declaration
Public Overloads Function Equals( _
ByRef As Fill _
) As Boolean
'Usage
Dim instance As Fill
Dim other As Fill
Dim value As Boolean
value = instance.Equals(other)
public bool Equals(
ref Fill
)
Parameters
- other
- The other.
Return Value
true
if equal to other, false
otherwise.