Struct PlayableOutputHandle
  
  
  
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public struct PlayableOutputHandle : IEquatable<PlayableOutputHandle>
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Null
  
  
  Declaration
  
    public static PlayableOutputHandle Null { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object p)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Object | p |  | 
    
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(PlayableOutputHandle)
  
  
  Declaration
  
    public bool Equals(PlayableOutputHandle other)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  Operators
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equality(PlayableOutputHandle, PlayableOutputHandle)
  
  
  Declaration
  
    public static bool operator ==(PlayableOutputHandle lhs, PlayableOutputHandle rhs)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Inequality(PlayableOutputHandle, PlayableOutputHandle)
  
  
  Declaration
  
    public static bool operator !=(PlayableOutputHandle lhs, PlayableOutputHandle rhs)
   
  Parameters
  
  Returns
  
  Implements
  
  Extension Methods