Skip to content

CompareValueAttribute

jasniec edited this page Nov 2, 2019 · 1 revision

CompareValueAttribute checks if actual value equals (or not) expected value.

Constructor attributes:

  • string expected - expected value
  • bool equals - if expected value should equals actual value or be different

Takes: string Returns: bool