Table of Contents

Struct VideoHandle

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public struct VideoHandle : IComparable<VideoHandle>, IEquatable<VideoHandle>
Implements
Inherited Members

Constructors

VideoHandle(Guid)

public VideoHandle(Guid id)

Parameters

id Guid

Fields

id

public Guid id

Field Value

Guid

Properties

Invalid

public static VideoHandle Invalid { get; }

Property Value

VideoHandle

Methods

CompareTo(VideoHandle)

public int CompareTo(VideoHandle other)

Parameters

other VideoHandle

Returns

int

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

Equals(VideoHandle)

public bool Equals(VideoHandle other)

Parameters

other VideoHandle

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string