AttributeValue.Operator == Method
Determines whether two specified AttributeValue objects have the same value.
Thread safety: This method is thread-safe.
operator ==(AttributeValue x, AttributeValue y)
Determines whether two specified AttributeValue objects have the same value.Syntax
public static System.Boolean operator == (
AttributeValue x,
AttributeValue y
)
Parameters
x
Type: AttributeValue
The first object.
The first object.
y
Type: AttributeValue
The second object.
The second object.
Return Value
Type: System.Boolean
True if x and y have the same value; otherwise, False.
True if x and y have the same value; otherwise, False.
Platforms
Windows, Linux, Android