[This is preliminary documentation and is subject to change.]
The usual object equality test.
Namespace:
BigNumAssembly: BigNum (in BigNum)
Version: 1.0.0.0
Syntax
| C# |
|---|
public override bool Equals( Object other ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Equals ( _ other As Object _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals( Object^ other ) override |
Parameters
- other
- Type: System..::.Object
The object to compare against.