Table of Contents

Struct GcFont

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

Properties

Invalid

public bool Invalid { get; }

Property Value

bool

Methods

Equals(GcFont)

public bool Equals(GcFont other)

Parameters

other GcFont

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 ==(GcFont, GcFont)

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

Parameters

lhs GcFont
rhs GcFont

Returns

bool

operator !=(GcFont, GcFont)

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

Parameters

lhs GcFont
rhs GcFont

Returns

bool