Steamworks.InputActionSetHandle_t.Equals C# (CSharp) Méthode

Equals() public méthode

public Equals ( other ) : bool
Résultat bool
		public bool Equals(InputActionSetHandle_t other) {
			return m_InputActionSetHandle == other.m_InputActionSetHandle;
		}
		public int CompareTo(InputActionSetHandle_t other) {

Same methods

InputActionSetHandle_t::Equals ( object other ) : bool