コード例 #1
0
		/// <summary>
		/// Compare the two types for equality.
		/// </summary>
		/// <param name="imbalanceSide">The object to check equality against.</param>
		/// <returns>Returns true if the integer value of both types is equal. Otherwise
		/// returns false.</returns>
		public bool equals(MamdaOrderImbalanceSide imbalanceSide)
		{
			return mValue == imbalanceSide.mValue;
		}