FieldCodecTester<TValue,TCodec>.Equals(TValue, TValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two values for equality.
protected virtual bool Equals(TValue left, TValue right);
override this.Equals : 'Value * 'Value -> bool
Protected Overridable Function Equals (left As TValue, right As TValue) As Boolean
Parameters
- left
- TValue
- right
- TValue