Click or drag to resize
Fact Methods

The Fact type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the current object with the given one.
Public methodEquals
Returns value indicating whether this object is equal to the given one.
(Overrides ObjectEquals(Object).)
Public methodGetBoolean
Returns a Boolean value of this object.
Public methodGetDouble
Returns a Double value of this object.
Public methodGetHashCode
Returns a hash code of the given instance.
(Overrides ObjectGetHashCode.)
Public methodGetInt32
Returns an Int32 value of this object.
Public methodGetInt64
Returns an Int64 value of this object.
Public methodGetString
Returns a String value of this object.
Public methodGetString(String)
Returns a String value of this object.
Public methodGetString(String, IFormatProvider)
Returns a String value of this object.
Public methodToString
Returns a string representation of the current object.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations
See Also