Struct GcFont
- Namespace
- GameCanvas
- Assembly
- GameCanvas.dll
public readonly struct GcFont : IEquatable<GcFont>
- Implements
- Inherited Members
Properties
Invalid
public bool Invalid { get; }
Property Value
Methods
Equals(GcFont)
public bool Equals(GcFont other)
Parameters
other
GcFont
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 ==(GcFont, GcFont)
public static bool operator ==(GcFont lhs, GcFont rhs)
Parameters
Returns
operator !=(GcFont, GcFont)
public static bool operator !=(GcFont lhs, GcFont rhs)