Method Equals
- Namespace
- Alternet.TsTypedefsGenerator.Core.TsModels
- Assembly
- Alternet.Common.TypeScript.v9.dll
Equals(Type)
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type.
public override bool Equals(Type o)
Parameters
o
TypeThe object whose underlying system type is to be compared with the underlying system type of the current Type.