Struct SteamVR_Input_Sources_Comparer
Implements
System.Collections.Generic.IEqualityComparer<SteamVR_Input_Sources>
  Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Valve.VR
Assembly: Assembly-CSharp.dll
Syntax
public struct SteamVR_Input_Sources_Comparer : IEqualityComparer<SteamVR_Input_Sources>
  Methods
Equals(SteamVR_Input_Sources, SteamVR_Input_Sources)
Declaration
public bool Equals(SteamVR_Input_Sources x, SteamVR_Input_Sources y)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SteamVR_Input_Sources | x | |
| SteamVR_Input_Sources | y | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
GetHashCode(SteamVR_Input_Sources)
Declaration
public int GetHashCode(SteamVR_Input_Sources obj)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SteamVR_Input_Sources | obj | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Implements
      System.Collections.Generic.IEqualityComparer<T>