Indicates whether the current object is equal to another object of the same type.
Namespace:
Gallio.Common.ReflectionAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public bool Equals( TypeName other ) |
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As TypeName _ ) As Boolean |
Parameters
- other
- Type: Gallio.Common.Reflection..::.TypeName
An object to compare with this object.
