Skip to content

構造体 GcImage

Namespace: GameCanvas

csharp
public readonly struct GcImage : System.IEquatable<GcImage>

継承元

  • System.IEquatable<GcImage>

プロパティ

Invalid

csharp
public bool Invalid { get; }

メソッド

Equals(GcImage)

csharp
public bool Equals(GcImage other)

Equals(object)

csharp
public override bool Equals(object obj)

GetHashCode()

csharp
public override int GetHashCode()

ToString()

csharp
public override string ToString()

演算子

operator !=(GcImage, GcImage)

csharp
public static bool operator !=(GcImage lhs, GcImage rhs)

operator ==(GcImage, GcImage)

csharp
public static bool operator ==(GcImage lhs, GcImage rhs)

Released under the MIT License.