Table of Contents

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 Type

The object whose underlying system type is to be compared with the underlying system type of the current Type.

Returns

bool

true if the underlying system type of o is the same as the underlying system type of the current Type; otherwise, false.