Difference between revisions of "MyRuntimeObjectBuilderIdComparer/ru"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:MyRuntimeObjectBuilderIdComparer}} Версия игры: 1.144 <br>Пространство имён VRage.ObjectBuilders ''public class '''MyRuntimeObjectBui...")
 
 
Line 1: Line 1:
 
{{DISPLAYTITLE:MyRuntimeObjectBuilderIdComparer}}
 
{{DISPLAYTITLE:MyRuntimeObjectBuilderIdComparer}}
Версия игры: 1.144
+
Версия игры: 1.175
 
<br>Пространство имён VRage.ObjectBuilders
 
<br>Пространство имён VRage.ObjectBuilders
  
Line 14: Line 14:
 
<br>&nbsp;&nbsp;Возвращает равенство объектов
 
<br>&nbsp;&nbsp;Возвращает равенство объектов
  
public int GetHashCode(MyRuntimeObjectBuilderId obj)
+
''public int '''GetHashCode'''(MyRuntimeObjectBuilderId obj)''
 
<br>&nbsp;&nbsp;Возвращает хэш объекта
 
<br>&nbsp;&nbsp;Возвращает хэш объекта
  
 
[[Category:Ingame API/ru]]
 
[[Category:Ingame API/ru]]

Latest revision as of 15:55, 19 February 2017

Версия игры: 1.175
Пространство имён VRage.ObjectBuilders

public class MyRuntimeObjectBuilderIdComparer : IComparer<MyRuntimeObjectBuilderId>, IEqualityComparer<MyRuntimeObjectBuilderId>
  Сравнение двух объектов типа MyRuntimeObjectBuilderIdComparer

Методы:

public int Compare(MyRuntimeObjectBuilderId x, MyRuntimeObjectBuilderId y)
  Возвращает разность объектов

public bool Equals(MyRuntimeObjectBuilderId x, MyRuntimeObjectBuilderId y)
  Возвращает равенство объектов

public int GetHashCode(MyRuntimeObjectBuilderId obj)
  Возвращает хэш объекта