Determines whether the specified object is equal to the current
ImageInfo.
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- other
- The object to compare with the current ImageInfo.
Return Value
true
if the specified object is equal to the current
ImageInfo; otherwise,
false
.