| MvUserTypeEquals Method |
Returns a value indicating whether this instance is equal to a
specified object.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax public override bool Equals(
Object o
)
Public Overrides Function Equals (
o As Object
) As Boolean
public:
virtual bool Equals(
Object^ o
) override
Parameters
- o
- Type: SystemObject
An object to compare with this instance or null.
Return Value
Type:
Booleantrue if
o is an instance of
MvUserType and equals the value of this
instance; otherwise,
false.
See Also