Class Binding
Associates a variable with a value.
public class Binding : IEquatable<Binding>
- Inheritance
-
Binding
- Implements
- Inherited Members
Constructors
Binding(string, object?)
Initializes a new instance of the Binding class.
public Binding(string key, object? value)
Parameters
Properties
Key
Gets the key that identifies the Binding.
public string Key { get; }
Property Value
Value
Gets the value of the Binding.
public object? Value { get; }
Property Value
Methods
Equals(Binding?)
public bool Equals(Binding? other)
Parameters
other
Binding
Returns
Equals(object?)
public override bool Equals(object? other)
Parameters
other
object
Returns
GetHashCode()
public override int GetHashCode()