Exemplo n.º 1
0
 /// <summary>
 ///     Compare two ValidateAdjustDepthResult structures
 /// </summary>
 /// <param name="operand1">Left operand</param>
 /// <param name="operand2">Right operand</param>
 /// <returns>true if operands are equal</returns>
 public static bool Compare(ValidateAdjustDepthResult operand1, ValidateAdjustDepthResult operand2)
 {
     return(operand1.myContinue == operand2.myContinue && operand1.myDepthAdjustment == operand2.myDepthAdjustment);
 }
 /// <summary>
 ///     Compare two ValidateAdjustDepthResult structures
 /// </summary>
 /// <param name="operand1">Left operand</param>
 /// <param name="operand2">Right operand</param>
 /// <returns>true if operands are equal</returns>
 public static bool Compare(ValidateAdjustDepthResult operand1, ValidateAdjustDepthResult operand2)
 {
     return operand1.myContinue == operand2.myContinue && operand1.myDepthAdjustment == operand2.myDepthAdjustment;
 }