TrueFalseHelper.TrueFalse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TrueFalse(Date)
public:
static bool TrueFalse(Microsoft::Dynamics::Ax::Xpp::AxShared::Date x);
public static bool TrueFalse (Microsoft.Dynamics.Ax.Xpp.AxShared.Date x);
static member TrueFalse : Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> bool
Public Shared Function TrueFalse (x As Date) As Boolean
Parameters
- x
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Returns
Applies to
TrueFalse(UInt32)
TrueFalse(UInt16)
TrueFalse(String)
TrueFalse(Single)
TrueFalse(SByte)
TrueFalse(Object[])
TrueFalse(Object)
TrueFalse(Int64)
TrueFalse(Int32)
TrueFalse(Int16)
TrueFalse(Guid)
TrueFalse(Double)
TrueFalse(Decimal)
TrueFalse(Byte)
TrueFalse(Boolean)
TrueFalse(XppObjectBase)
public:
static bool TrueFalse(Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ x);
public static bool TrueFalse (Microsoft.Dynamics.Ax.Xpp.XppObjectBase x);
static member TrueFalse : Microsoft.Dynamics.Ax.Xpp.XppObjectBase -> bool
Public Shared Function TrueFalse (x As XppObjectBase) As Boolean
Parameters
Returns
Applies to
TrueFalse(Common)
public:
static bool TrueFalse(Microsoft::Dynamics::Ax::Xpp::Common ^ x);
public static bool TrueFalse (Microsoft.Dynamics.Ax.Xpp.Common x);
static member TrueFalse : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Shared Function TrueFalse (x As Common) As Boolean
Parameters
- x
- Common
Returns
Applies to
TrueFalse(utcdatetime)
public:
static bool TrueFalse(Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime x);
public static bool TrueFalse (Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime x);
static member TrueFalse : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime -> bool
Public Shared Function TrueFalse (x As utcdatetime) As Boolean
Parameters
- x
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
Returns
Applies to
TrueFalse(IEdtArray)
public:
static bool TrueFalse(Microsoft::Dynamics::Ax::Xpp::AxShared::IEdtArray ^ x);
public static bool TrueFalse (Microsoft.Dynamics.Ax.Xpp.AxShared.IEdtArray x);
static member TrueFalse : Microsoft.Dynamics.Ax.Xpp.AxShared.IEdtArray -> bool
Public Shared Function TrueFalse (x As IEdtArray) As Boolean
Parameters
- x
- Microsoft.Dynamics.Ax.Xpp.AxShared.IEdtArray
Returns
Applies to
TrueFalse(UInt64)
TrueFalse<T>(Dictionary<Int32,T>)
public:
generic <typename T>
static bool TrueFalse(System::Collections::Generic::Dictionary<int, T> ^ x);
public static bool TrueFalse<T> (System.Collections.Generic.Dictionary<int,T> x);
static member TrueFalse : System.Collections.Generic.Dictionary<int, 'T> -> bool
Public Shared Function TrueFalse(Of T) (x As Dictionary(Of Integer, T)) As Boolean
Type Parameters
- T
Parameters
- x
- Dictionary<Int32,T>