14.6.5.5 operator !=
This static operator determines whether two OracleIntervalYM values are not equal. 
                  
Declaration
// C# public static bool operator != (OracleIntervalYM val1, OracleIntervalYM val2)
Parameters
- 
                        
val1The first
OracleIntervalYM. - 
                        
val2The second
OracleIntervalYM. 
Return Value
Returns true if two OracleIntervalYM values are not equal; otherwise, returns false.
                  
Remarks
The following rules apply to the behavior of this method.
- 
                        
Any
OracleIntervalYMthat has a value compares greater than anOracleIntervalYMthat has a null value. - 
                        
Two
OracleIntervalYMs that contain a null value are equal.