Equals Method (ViewState)
In This Topic
Tests whether the current
ViewState contains the same values as the specified object.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The value to test.
Return Value
True if the two objects specify the same view state.
See Also