KitchenDraw SDK 2
Show / Hide Table of Contents

Method Equals

Equals(Outline)

Determines whether passed instance has the same value as this one.

Declaration
public bool Equals(Scene.Selection_.Outline other)
Parameters
Type Name Description
Scene.Selection_.Outline other
Returns
Type Description
bool
Implements
IEquatable<T>.Equals(T)

Equals(object)

Determines whether passed object has the same type and value as this one.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
In this article
Back to top Generated by DocFX