API reference
API reference
Select your platform
No SDKs available
No versions available

XrBool32 Struct

Extends IEquatable< XrBool32 >, IEquatable< bool >

Constructors

XrBool32 ( value )
Signature
XrBool32(bool value)
Parameters
value: bool

Fields

_value : readonly uint
Signature
readonly uint _value

Methods

Equals ( other )
Signature
bool Equals(bool other)
Parameters
other: bool
Returns
bool
Equals ( other )
Signature
bool Equals(XrBool32 other)
Parameters
other: XrBool32
Returns
bool
Equals ( obj )
Signature
override bool Equals(object obj)
Parameters
obj: object
Returns
override bool
GetHashCode ()
Signature
override int GetHashCode()
Returns
override int
ToString ()
Signature
override string ToString()
Returns
override string

Static Methods

operator bool ( value )
Signature
static implicit operator bool(XrBool32 value)
Parameters
value: XrBool32
Returns
implicit
operator OVRPlugin.Bool ( value )
Signature
static implicit operator OVRPlugin.Bool(XrBool32 value)
Parameters
value: XrBool32
Returns
implicit
operator XrBool32 ( value )
Signature
static implicit operator XrBool32(bool value)
Parameters
value: bool
Returns
implicit
operator XrBool32 ( value )
Signature
static implicit operator XrBool32(OVRPlugin.Bool value)
Parameters
value: OVRPlugin.Bool
Returns
implicit
operator!= ( left , right )
Signature
static bool operator!=(XrBool32 left, XrBool32 right)
Parameters
left: XrBool32
right: XrBool32
Returns
bool
operator== ( left , right )
Signature
static bool operator==(XrBool32 left, XrBool32 right)
Parameters
left: XrBool32
right: XrBool32
Returns
bool