C# Class ShaderTools.Hlsl.Symbols.IntrinsicNumericTypeSymbol

Inheritance: IntrinsicTypeSymbol
Afficher le fichier Open project: tgjones/HlslTools Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Equals ( IntrinsicNumericTypeSymbol other ) : bool

Private Methods

Méthode Description
IntrinsicNumericTypeSymbol ( SymbolKind kind, string name, string documentation, ScalarType scalarType )

Method Details

Equals() protected méthode

protected Equals ( IntrinsicNumericTypeSymbol other ) : bool
other IntrinsicNumericTypeSymbol
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int