KitchenDraw SDK 2
Show / Hide Table of Contents

Method Equals

Equals(Object)

Indicates whether the current object is equal to another object of the same type.

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

Equals(object)

Determines whether the specified object is equal to the current object.

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