Method Equals
Equals(Intrinsics)
Returns a value indicating whether this instance is equal to the specified Intrinsics structure.
public bool Equals(Intrinsics other)
Parameters
other
IntrinsicsThe Intrinsics object to compare with this instance.
Returns
Equals(object)
Returns a value indicating whether the specified object is an Intrinsics structure with the same parameter values as this Intrinsics structure.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with this instance.
Returns
- bool
true if
obj
is an Intrinsics structure and has the same parameter values as this structure; otherwise, false.