Struct GcSound
- Namespace
- GameCanvas
- Assembly
- GameCanvas.dll
public readonly struct GcSound : IEquatable<GcSound>
- Implements
- Inherited Members
Properties
Invalid
public bool Invalid { get; }
Property Value
Methods
Equals(GcSound)
public bool Equals(GcSound other)
Parameters
other
GcSound
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(GcSound, GcSound)
public static bool operator ==(GcSound lhs, GcSound rhs)
Parameters
Returns
operator !=(GcSound, GcSound)
public static bool operator !=(GcSound lhs, GcSound rhs)