Namespace: DeltaEngine.Graphics.VerticesAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
public static bool operator ==(
VertexFormat f1,
VertexFormat f2
)
public static bool operator ==(
VertexFormat f1,
VertexFormat f2
)
Public Shared Operator = (
f1 As VertexFormat,
f2 As VertexFormat
) As Boolean
Public Shared Operator = (
f1 As VertexFormat,
f2 As VertexFormat
) As Boolean
public:
static bool operator ==(
VertexFormat^ f1,
VertexFormat^ f2
)
public:
static bool operator ==(
VertexFormat^ f1,
VertexFormat^ f2
)
static let inline (=)
f1 : VertexFormat *
f2 : VertexFormat : bool
static let inline (=)
f1 : VertexFormat *
f2 : VertexFormat : bool
Return Value
Type:
Boolean