Skip to Content

Key

live Controls how one element replaces another in the element tree. Elements with matching runtime types and keys are updated in place during reconciliation rather than being torn down and recreated.

Methods

Equals

Determines whether this key is equal to another key.

ParameterDescription
otherThe key to compare against.

Returns: True if the keys are considered equal.

Equals

Determines whether this key is equal to another object.

GetHashCode

Returns a hash code for this key.

Last updated on