Equals() публичный Метод

Indicates whether the current instance is equal to another NoSpecimen instance.
public Equals ( other ) : bool
other /// A instance to compare with this instance. ///
Результат bool
Пример #1
0
        public void AUT_NoSpecimen_Equals_Method_DirectCall_No_Exception_Thrown_Test()
        {
            // Arrange
            this.ValidateExecuteCondition(MethodEquals);
            var obj = this.CreateType <object>();

            // Act
            Action executeAction = () => _noSpecimenInstance.Equals(obj);

            // Assert
            Should.NotThrow(executeAction);
        }