The SalBoolean type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAdd
+ operator for adding two SalBoolean objects
Public methodStatic memberCompare
Compares two SalBoolean objects
Public methodCompareTo(Object)
Public methodCompareTo(SalBoolean)
Public methodStatic memberDivide
/ operator for dividing two SalBoolean objects
Public methodEquals
Overrides the Object.Equals() method.
(Overrides ValueType..::..Equals(Object).)
Public methodGetHashCode
Overrides the Object.GetHashCode() method
(Overrides ValueType..::..GetHashCode()()()().)
Public methodStatic memberMultiply
* operator for multiplying two SalBoolean objects
Public methodStatic memberNegate
Negation operator.
Public methodStatic memberSubtract
- operator for subtracting two SalBoolean objects
Public methodToBoolean
Public methodToByte
Public methodToChar
Public methodToDecimal
Public methodToDouble
Public methodToInt16
Public methodToInt32
Public methodToInt64
Public methodToIntPtr
Public methodToSByte
Public methodToSingle
Public methodToString()()()()
Converts the numeric value to a string.
(Overrides ValueType..::..ToString()()()().)
Public methodToString(IFormatProvider)
Converts the numeric value to a string using the specified format provider.
Public methodToString(Int32)
Converts the truncated numeric value to a string.
Public methodToString(String)
Converts the numeric value to a string using the specified format string.
Public methodToString(Int32, SalString%)
Converts the truncated numeric value to a string.
Public methodToString(String, IFormatProvider)
Converts the numeric value to a string using the specified format string and provider.
Public methodToUInt16
Public methodToUInt32
Public methodToUInt64

See Also