GreaterThanHelper.GreaterThan 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
GreaterThan(Date, Date)
public:
static bool GreaterThan(Microsoft::Dynamics::Ax::Xpp::AxShared::Date x, Microsoft::Dynamics::Ax::Xpp::AxShared::Date y);
public static bool GreaterThan(Microsoft.Dynamics.Ax.Xpp.AxShared.Date x, Microsoft.Dynamics.Ax.Xpp.AxShared.Date y);
static member GreaterThan : Microsoft.Dynamics.Ax.Xpp.AxShared.Date * Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> bool
Public Shared Function GreaterThan (x As Date, y As Date) As Boolean
Parameters
- x
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date
- y
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Returns
Applies to
GreaterThan(SByte, Int64)
GreaterThan(SByte, SByte)
GreaterThan(SByte, Single)
GreaterThan(SByte, UInt16)
GreaterThan(SByte, UInt32)
GreaterThan(SByte, UInt64)
GreaterThan(SByte, Int32)
GreaterThan(Single, Boolean)
GreaterThan(Single, Double)
GreaterThan(Single, Int16)
GreaterThan(Single, Int32)
GreaterThan(Single, Int64)
GreaterThan(Single, SByte)
GreaterThan(Single, Single)
GreaterThan(Single, Byte)
GreaterThan(SByte, Int16)
GreaterThan(SByte, Double)
GreaterThan(SByte, Decimal)
GreaterThan(Int64, Boolean)
GreaterThan(Int64, Byte)
GreaterThan(Int64, Decimal)
GreaterThan(Int64, Double)
GreaterThan(Int64, SByte)
GreaterThan(Int64, Single)
GreaterThan(Int64, UInt16)
GreaterThan(Int64, UInt32)
GreaterThan(Int64, UInt64)
GreaterThan(Object, Object)
GreaterThan(SByte, Boolean)
GreaterThan(SByte, Byte)
GreaterThan(Single, UInt16)
GreaterThan(Single, UInt32)
GreaterThan(Single, UInt64)
GreaterThan(String, String)
GreaterThan(UInt32, SByte)
GreaterThan(UInt32, Single)
GreaterThan(UInt32, UInt16)
GreaterThan(UInt32, UInt32)
GreaterThan(UInt32, UInt64)
GreaterThan(UInt64, Boolean)
GreaterThan(UInt64, Byte)
GreaterThan(UInt64, Decimal)
GreaterThan(UInt64, Double)
GreaterThan(UInt64, Int16)
GreaterThan(UInt64, Int32)
GreaterThan(UInt64, Int64)
GreaterThan(UInt64, SByte)
GreaterThan(UInt64, Single)
GreaterThan(UInt64, UInt16)
GreaterThan(UInt32, Int64)
GreaterThan(Int32, UInt64)
GreaterThan(UInt32, Int32)
GreaterThan(UInt32, Double)
GreaterThan(UInt16, Boolean)
GreaterThan(UInt16, Byte)
GreaterThan(UInt16, Decimal)
GreaterThan(UInt16, Double)
GreaterThan(UInt16, Int16)
GreaterThan(UInt16, Int32)
GreaterThan(UInt16, Int64)
GreaterThan(UInt16, SByte)
GreaterThan(UInt16, Single)
GreaterThan(UInt16, UInt16)
GreaterThan(UInt16, UInt32)
GreaterThan(UInt16, UInt64)
GreaterThan(UInt32, Boolean)
GreaterThan(UInt32, Byte)
GreaterThan(UInt32, Decimal)
GreaterThan(UInt32, Int16)
GreaterThan(Int32, UInt32)
GreaterThan(Int32, UInt16)
GreaterThan(Int32, Single)
GreaterThan(Byte, Int16)
GreaterThan(Byte, Int64)
GreaterThan(Byte, SByte)
GreaterThan(Byte, Single)
GreaterThan(Byte, UInt16)
GreaterThan(Byte, UInt32)
GreaterThan(Byte, UInt64)
GreaterThan(DateTime, Date)
public:
static bool GreaterThan(DateTime x, Microsoft::Dynamics::Ax::Xpp::AxShared::Date y);
public static bool GreaterThan(DateTime x, Microsoft.Dynamics.Ax.Xpp.AxShared.Date y);
static member GreaterThan : DateTime * Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> bool
Public Shared Function GreaterThan (x As DateTime, y As Date) As Boolean
Parameters
- x
- DateTime
- y
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Returns
Applies to
GreaterThan(DateTime, DateTime)
GreaterThan(Decimal, Boolean)
GreaterThan(Decimal, Byte)
GreaterThan(Decimal, Decimal)
public:
static bool GreaterThan(System::Decimal x, System::Decimal y);
public static bool GreaterThan(decimal x, decimal y);
static member GreaterThan : decimal * decimal -> bool
Public Shared Function GreaterThan (x As Decimal, y As Decimal) As Boolean
Parameters
- x
- Decimal
- y
- Decimal
Returns
Applies to
GreaterThan(Decimal, Int16)
GreaterThan(Decimal, Int32)
GreaterThan(Byte, Double)
GreaterThan(Decimal, Int64)
GreaterThan(Byte, Decimal)
GreaterThan(Byte, Boolean)
GreaterThan(Date, DateTime)
public:
static bool GreaterThan(Microsoft::Dynamics::Ax::Xpp::AxShared::Date x, DateTime y);
public static bool GreaterThan(Microsoft.Dynamics.Ax.Xpp.AxShared.Date x, DateTime y);
static member GreaterThan : Microsoft.Dynamics.Ax.Xpp.AxShared.Date * DateTime -> bool
Public Shared Function GreaterThan (x As Date, y As DateTime) As Boolean
Parameters
- x
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date
- y
- DateTime
Returns
Applies to
GreaterThan(Date, Int32)
public:
static bool GreaterThan(Microsoft::Dynamics::Ax::Xpp::AxShared::Date x, int y);
public static bool GreaterThan(Microsoft.Dynamics.Ax.Xpp.AxShared.Date x, int y);
static member GreaterThan : Microsoft.Dynamics.Ax.Xpp.AxShared.Date * int -> bool
Public Shared Function GreaterThan (x As Date, y As Integer) As Boolean
Parameters
- x
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date
- y
- Int32
Returns
Applies to
GreaterThan(utcdatetime, utcdatetime)
public:
static bool GreaterThan(Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime x, Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime y);
public static bool GreaterThan(Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime x, Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime y);
static member GreaterThan : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime * Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime -> bool
Public Shared Function GreaterThan (x As utcdatetime, y As utcdatetime) As Boolean
Parameters
- x
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
- y
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
Returns
Applies to
GreaterThan(Boolean, Boolean)
GreaterThan(Boolean, Byte)
GreaterThan(Boolean, Decimal)
GreaterThan(Boolean, Double)
GreaterThan(Boolean, Int16)
GreaterThan(Boolean, Int32)
GreaterThan(Boolean, Int64)
GreaterThan(Boolean, SByte)
GreaterThan(Boolean, Single)
GreaterThan(Boolean, UInt16)
GreaterThan(Boolean, UInt32)
GreaterThan(Boolean, UInt64)
GreaterThan(Byte, Byte)
GreaterThan(UInt64, UInt32)
GreaterThan(Decimal, SByte)
GreaterThan(Decimal, UInt32)
GreaterThan(Int16, SByte)
GreaterThan(Int16, Single)
GreaterThan(Int16, UInt16)
GreaterThan(Int16, UInt32)
GreaterThan(Int16, UInt64)
GreaterThan(Int32, Date)
public:
static bool GreaterThan(int x, Microsoft::Dynamics::Ax::Xpp::AxShared::Date y);
public static bool GreaterThan(int x, Microsoft.Dynamics.Ax.Xpp.AxShared.Date y);
static member GreaterThan : int * Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> bool
Public Shared Function GreaterThan (x As Integer, y As Date) As Boolean
Parameters
- x
- Int32
- y
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date