interface IEquatable<T>

in global :: System

Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.

  • T The type of objects to compare.

public bool Equals( T other )

😔 No documentation found.