Click or drag to resize
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.3.0.0 (0.8.0.0)
Syntax
public override bool Equals(
	Object o
)

Parameters

o
Type: SystemObject
An object to compare with this instance or null.

Return Value

Type: Boolean
true if o is an instance of MvUserType and equals the value of this instance; otherwise, false.
See Also