Compares the
RssExpandedStackedOptions object to another System.Object to see if they are equal.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- val
- The value to check the equality with.
Return Value
true
if the specified
System.Object is equal to this instance; otherwise,
false
.