Equals Method (ReadingStringOutput)
Indicates whether this instance and a specified object are equal.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- Another object to compare to.
Return Value
true if obj and this instance are the same type and represent the same value; otherwise, false.