C# Class Mono.VisualC.Interop.Util.BasicSignature

Datei anzeigen Open project: shana/cppinterop Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsCompatibleWith ( BasicSignature other ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsCompatibleWith() public method

public IsCompatibleWith ( BasicSignature other ) : bool
other BasicSignature
return bool