class ValueType

in global :: System

Provides the base class for value types.


public bool Equals( object obj )

Indicates whether this instance and a specified object are equal.

  • obj The object to compare with the current instance.
  • Returns if and this instance are the same type and represent the same value; otherwise, .

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.