Table of Contents

Struct GcSound

Namespace
GameCanvas
Assembly
GameCanvas.dll
public readonly struct GcSound : IEquatable<GcSound>
Implements
Inherited Members

Properties

Invalid

public bool Invalid { get; }

Property Value

bool

Methods

Equals(GcSound)

public bool Equals(GcSound other)

Parameters

other GcSound

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(GcSound, GcSound)

public static bool operator ==(GcSound lhs, GcSound rhs)

Parameters

lhs GcSound
rhs GcSound

Returns

bool

operator !=(GcSound, GcSound)

public static bool operator !=(GcSound lhs, GcSound rhs)

Parameters

lhs GcSound
rhs GcSound

Returns

bool