Пример #1
0
 /// <summary>
 /// Compare the two types for equality.
 /// Returns true if the integer value of both types is equal. Otherwise
 /// returns false.
 /// </summary>
 /// <param name="imbDataType">The object to check equality against.</param>
 /// <returns>Whether the two objects are equal.</returns>
 public bool equals(MamdaOrderImbalanceType imbDataType)
 {
     return(mValue == imbDataType.mValue);
 }
Пример #2
0
		/// <summary>
		/// Compare the two types for equality.
		/// Returns true if the integer value of both types is equal. Otherwise
		/// returns false.
		/// </summary>
		/// <param name="imbDataType">The object to check equality against.</param>
		/// <returns>Whether the two objects are equal.</returns>
		public bool equals(MamdaOrderImbalanceType imbDataType)
		{
			return mValue == imbDataType.mValue;
		}