This topic has not yet been rated - Rate this topic

OracleMonthSpan.NotEquals Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Performs a logical comparison of two instances of OracleMonthSpan to determine if they are not equal.

[Visual Basic]
Public Shared Function NotEquals( _
   ByVal x As OracleMonthSpan, _
   ByVal y As OracleMonthSpan _
) As OracleBoolean
[C#]
public static OracleBoolean NotEquals(
 OracleMonthSpan x,
 OracleMonthSpan y
);
[C++]
public: static OracleBoolean NotEquals(
 OracleMonthSpan x,
 OracleMonthSpan y
);
[JScript]
public static function NotEquals(
   x : OracleMonthSpan,
 y : OracleMonthSpan
) : OracleBoolean;

Parameters

x
An OracleMonthSpan structure.
y
An OracleMonthSpan structure.

Return Value

An OracleBoolean that is True if the two instances are not equal or False if the two instances are equal. If either instance of OracleMonthSpan is null, the Value of the OracleBoolean will be Null.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

OracleMonthSpan Structure | OracleMonthSpan Members | System.Data.OracleClient Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.