Compares the current instance with a specified object. The UInt32 type is not CLS compliant. The CLS-compliant alternative is Int32.
[C#] public override bool Equals( object obj ); [C++] public: override bool Equals( Object* obj ); [JScript] public override function Equals( obj : Object ) : Boolean;
[Visual Basic] The UInt32 type cannot be used in Visual Basic.
true if the object is a UInt32 the same value as the current instance; otherwise, false.
The Equals method determines whether two objects are of equal value and returns a true or false result.
This method overrides Equals.
UInt32 Structure | UInt32 Members | System Namespace | Boolean