C# Class DigitalRuby.Earth.SphereScript.MiddlePointCacheKey

显示文件 Open project: MickyBalladelli/PSUnity

Public Properties

Property Type Description
Key1 int
Key2 int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Key1 public_oe property

public int Key1
return int

Key2 public_oe property

public int Key2
return int